代码搜索:Lua

找到约 9,588 项符合「Lua」的源代码

代码结果 9,588
www.eeworm.com/read/458000/7314451

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/450121/7490314

c luac.c

/* ** $Id: luac.c,v 1.52 2005/11/11 14:03:13 lhf Exp $ ** Lua compiler (saves bytecodes to files; also list bytecodes) ** See Copyright Notice in lua.h */ #include #include #inclu
www.eeworm.com/read/450121/7490319

h luaconf.h

/* ** $Id: luaconf.h,v 1.81 2006/02/10 17:44:06 roberto Exp $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ #ifndef lconfig_h #define lconfig_h #include #include
www.eeworm.com/read/450121/7490351

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/398754/7925488

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/398754/7925735

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/331826/12804684

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/331826/12804718

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/331826/12804724

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/331826/12804757

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