代码搜索:Lua

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

代码结果 9,588
www.eeworm.com/read/367467/2844542

c lgc.c

/* ** $Id: lgc.c,v 2.37 2005/12/22 16:19:56 roberto Exp $ ** Garbage Collector ** See Copyright Notice in lua.h */ #include #define lgc_c #define LUA_CORE #include "lua.h" #include "lde
www.eeworm.com/read/367467/2845147

c lstate.c

/* ** $Id: lstate.c,v 2.35 2005/10/06 20:46:25 roberto Exp $ ** Global State ** See Copyright Notice in lua.h */ #include #define lstate_c #define LUA_CORE #include "lua.h" #include "l
www.eeworm.com/read/367467/2845148

c lgc.c

/* ** $Id: lgc.c,v 2.37 2005/12/22 16:19:56 roberto Exp $ ** Garbage Collector ** See Copyright Notice in lua.h */ #include #define lgc_c #define LUA_CORE #include "lua.h" #include "lde
www.eeworm.com/read/368351/9700332

c ltm.c

/* ** $Id: ltm.c,v 2.8.1.1 2007/12/27 13:02:25 roberto Exp $ ** Tag methods ** See Copyright Notice in lua.h */ #include #define ltm_c #define LUA_CORE #include "lua.h" #include "lobje
www.eeworm.com/read/105158/15677030

c lparser.c

/* ** $Id: lparser.c,v 1.208a 2003/04/03 13:35:34 roberto Exp $ ** Lua Parser ** See Copyright Notice in lua.h */ #include #define lparser_c #include "lua.h" #include "lcode.h" #includ
www.eeworm.com/read/105158/15677038

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: $(OBJS) $(LIB)/libl
www.eeworm.com/read/105158/15677041

c print.c

/* ** $Id: print.c,v 1.44 2003/04/07 20:34:20 lhf Exp $ ** print bytecodes ** See Copyright Notice in lua.h */ #include #if 0 #define DEBUG_PRINT #endif #ifndef LUA_OPNAMES #define LUA_OP
www.eeworm.com/read/105158/15677050

c lundump.c

/* ** $Id: lundump.c,v 1.49 2003/04/07 20:34:20 lhf Exp $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ #define lundump_c #include "lua.h" #include "ldebug.h" #include "lfunc.
www.eeworm.com/read/361261/2947832

c vlc.c

/***************************************************************************** * vlc.c: Generic lua interface functions *****************************************************************************
www.eeworm.com/read/361261/2947834

c osd.c

/***************************************************************************** * intf.c: Generic lua interface functions *****************************************************************************