代码搜索:Lua

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

代码结果 9,588
www.eeworm.com/read/409791/11311554

c lmem.c

/* ** $Id: lmem.c,v 1.70 2005/12/26 13:35:47 roberto Exp $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ #include #define lmem_c #define LUA_CORE #include "lua.h"
www.eeworm.com/read/154878/11921229

c lcode.c

/* ** $Id: lcode.c,v 1.117 2003/04/03 13:35:34 roberto Exp $ ** Code generator for Lua ** See Copyright Notice in lua.h */ #include #define lcode_c #include "lua.h" #include "lcode.h"
www.eeworm.com/read/256544/11987839

c lmem.c

/* ** $Id: lmem.c,v 1.70 2005/12/26 13:35:47 roberto Exp $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ #include #define lmem_c #define LUA_CORE #include "lua.h"
www.eeworm.com/read/250350/12412484

c lcode.c

/* ** $Id: lcode.c,v 1.51 2000/09/29 12:42:13 roberto Exp $ ** Code generator for Lua ** See Copyright Notice in lua.h */ #include "stdlib.h" #include "lua.h" #include "lcode.h" #include "ldo.h" #
www.eeworm.com/read/192391/5157252

makefile

# makefile for Lua compiler LUA= ../.. include $(LUA)/config INCS= -I$(INC) -I.. $(EXTRA_INCS) OBJS= luac.o print.o lopcodes.o SRCS= luac.c print.c T= $(BIN)/luac all: $T $T: $(OBJ
www.eeworm.com/read/192080/5160139

makefile

# makefile for Lua compiler LUA= ../.. include $(LUA)/config INCS= -I$(INC) -I.. $(EXTRA_INCS) OBJS= luac.o print.o lopcodes.o SRCS= luac.c print.c T= $(BIN)/luac all: $T $T: $(OBJ
www.eeworm.com/read/298327/3867486

cpp ltm.cpp

/* ** $Id: ltm.c,v 2.8 2006/01/10 12:50:00 roberto Exp $ ** Tag methods ** See Copyright Notice in lua.h */ #include #define ltm_c #define LUA_CORE #include "lua.h" #incl
www.eeworm.com/read/404049/2307399

c lcode.c

/* ** $Id: lcode.c,v 1.1 2005/04/12 17:17:26 tlopatic Exp $ ** Code generator for Lua ** See Copyright Notice in lua.h */ #include #define lcode_c #include "lua.h" #include "lcode.h" #
www.eeworm.com/read/367467/2843433

h lualib.h

/* ** $Id: lualib.h,v 1.36 2005/12/27 17:12:00 roberto Exp $ ** Lua standard libraries ** See Copyright Notice in lua.h */ #ifndef lualib_h #define lualib_h #include "lua.h" /* Key to file-handle
www.eeworm.com/read/367467/2843443

c lmem.c

/* ** $Id: lmem.c,v 1.70 2005/12/26 13:35:47 roberto Exp $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ #include #define lmem_c #define LUA_CORE #include "lua.h"