代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/290224/8495078
c luac.c
/*
** $Id: luac.c,v 1.54 2006/06/02 17:37:11 lhf Exp $
** Lua compiler (saves bytecodes to files; also list bytecodes)
** See Copyright Notice in lua.h
*/
#include
#include
#inclu
www.eeworm.com/read/290224/8495127
h lundump.h
/*
** $Id: lundump.h,v 1.37.1.1 2007/12/27 13:02:25 roberto Exp $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#ifndef lundump_h
#define lundump_h
#include "lobject.h"
#include
www.eeworm.com/read/385648/8794226
c ljit_mem.c
/*
** Memory management for machine code.
** Copyright (C) 2005-2007 Mike Pall. See Copyright Notice in luajit.h
*/
#define ljit_mem_c
#define LUA_CORE
#include
#include "lua.h"
#includ
www.eeworm.com/read/385648/8794236
c ljit_core.c
/*
** Interface to JIT engine.
** Copyright (C) 2005-2007 Mike Pall. See Copyright Notice in luajit.h
*/
#define ljit_core_c
#define LUA_CORE
#include
#include "lua.h"
#include "lobject
www.eeworm.com/read/385648/8794276
c luac.c
/*
** $Id: luac.c,v 1.54 2006/06/02 17:37:11 lhf Exp $
** Lua compiler (saves bytecodes to files; also list bytecodes)
** See Copyright Notice in lua.h
*/
#include
#include
#inclu
www.eeworm.com/read/385648/8794464
h lobject.h
/*
** $Id: lobject.h,v 2.20 2006/01/18 11:37:34 roberto Exp $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
#ifndef lobject_h
#define lobject_h
#include
#inc
www.eeworm.com/read/382051/9056007
c lopcodes.c
/*
** $Id: lopcodes.c,v 1.37.1.1 2007/12/27 13:02:25 roberto Exp $
** See Copyright Notice in lua.h
*/
#define lopcodes_c
#define LUA_CORE
#include "lopcodes.h"
/* ORDER OP */
const char *const
www.eeworm.com/read/382051/9056042
c ljit_mem.c
/*
** Memory management for machine code.
** Copyright (C) 2005-2008 Mike Pall. See Copyright Notice in luajit.h
*/
#define ljit_mem_c
#define LUA_CORE
#include
#include "lua.h"
#includ
www.eeworm.com/read/382051/9056047
c ljit_core.c
/*
** Interface to JIT engine.
** Copyright (C) 2005-2008 Mike Pall. See Copyright Notice in luajit.h
*/
#define ljit_core_c
#define LUA_CORE
#include
#include "lua.h"
#include "lobject
www.eeworm.com/read/382051/9056074
c luac.c
/*
** $Id: luac.c,v 1.54 2006/06/02 17:37:11 lhf Exp $
** Lua compiler (saves bytecodes to files; also list bytecodes)
** See Copyright Notice in lua.h
*/
#include
#include
#inclu