代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/404808/11477793
c liolib.c
/*
** $Id: liolib.c,v 2.73.1.3 2008/01/18 17:47:43 roberto Exp $
** Standard I/O (and system) library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#i
www.eeworm.com/read/404808/11477805
c ldebug.c
/*
** $Id: ldebug.c,v 2.29.1.3 2007/12/28 15:32:23 roberto Exp $
** Debug Interface
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define ldebug_c
www.eeworm.com/read/404808/11477812
c loslib.c
/*
** $Id: loslib.c,v 1.19.1.3 2008/01/18 16:38:18 roberto Exp $
** Standard Operating System library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#
www.eeworm.com/read/404808/11477813
c loadlib.c
/*
** $Id: loadlib.c,v 1.52.1.2 2007/12/28 14:58:43 roberto Exp $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
** This module contains an implementation of loadlib for Unix sy
www.eeworm.com/read/154878/11921001
makefile
# makefile for Lua etc
LUA= ..
include $(LUA)/config
LIBLUA=$(LIB)/liblua.a
ALL= bin2c min trace noparser luab
all:
@echo 'choose a target:' $(ALL)
bin2c: bin2c.c
$(CC) $(CFLAGS) -o $@ $@.c
mi
www.eeworm.com/read/154878/11921166
h llex.h
/*
** $Id: llex.h,v 1.47 2003/02/28 17:19:47 roberto Exp $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
#ifndef llex_h
#define llex_h
#include "lobject.h"
#include "lzio.h"
#define FIRS
www.eeworm.com/read/154878/11921186
c ldo.c
/*
** $Id: ldo.c,v 1.217a 2003/04/03 13:35:34 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#include
#include
#include
#defin
www.eeworm.com/read/154878/11921221
h lstate.h
/*
** $Id: lstate.h,v 1.109 2003/02/27 11:52:30 roberto Exp $
** Global State
** See Copyright Notice in lua.h
*/
#ifndef lstate_h
#define lstate_h
#include "lua.h"
#include "lobject.h"
#include "l
www.eeworm.com/read/154878/11921252
c lstring.c
/*
** $Id: lstring.c,v 1.78 2002/12/04 17:38:31 roberto Exp $
** String table (keeps all strings handled by Lua)
** See Copyright Notice in lua.h
*/
#include
#define lstring_c
#include
www.eeworm.com/read/154878/11921261
c lstate.c
/*
** $Id: lstate.c,v 1.123 2003/04/03 13:35:34 roberto Exp $
** Global State
** See Copyright Notice in lua.h
*/
#include
#define lstate_c
#include "lua.h"
#include "ldebug.h"
#includ