代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/154878/11921267
makefile
# makefile for Lua interpreter
LUA= ../..
include $(LUA)/config
EXTRA_DEFS= $(USERCONF)
OBJS= lua.o
SRCS= lua.c
T= $(BIN)/lua
all: $T
$T: $(OBJS) $(LIB)/liblua.a $(LIB)/liblualib.a
$(CC) -o $@
www.eeworm.com/read/256544/11987767
c ldo.c
/*
** $Id: ldo.c,v 2.38 2006/06/05 19:36:14 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define
www.eeworm.com/read/256544/11987799
c liolib.c
/*
** $Id: liolib.c,v 2.73 2006/05/08 20:14:16 roberto Exp $
** Standard I/O (and system) library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#inclu
www.eeworm.com/read/256544/11987844
c ldebug.c
/*
** $Id: ldebug.c,v 2.29a 2005/12/22 16:19:56 roberto Exp $
** Debug Interface
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define ldebug_c
#d
www.eeworm.com/read/256544/11987868
c loslib.c
/*
** $Id: loslib.c,v 1.20 2006/09/19 13:57:08 roberto Exp $
** Standard Operating System library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#incl
www.eeworm.com/read/256544/11987871
c loadlib.c
/*
** $Id: loadlib.c,v 1.54a 2006/07/03 20:16:49 roberto Exp $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
** This module contains an implementation of loadlib for Unix syste
www.eeworm.com/read/250350/12412015
h luaddx.h
void Lua_DDX_Text(CDataExchange* pDX, int nIDC, int& value);
void Lua_DDX_Text(CDataExchange* pDX, int nIDC, CString& value);
void Lua_DDX_Text(CDataExchange *pDX, int nIDC, double &x);
www.eeworm.com/read/250350/12412077
h femmviewdoc.h
// femmviewDoc.h : interface of the CFemmviewDoc class
//
/////////////////////////////////////////////////////////////////////////////
#include "lua.h"
#include "luadebug.h"
#include "luaconsole
www.eeworm.com/read/250350/12412430
h llex.h
/*
** $Id: llex.h,v 1.31 2000/09/27 17:41:58 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/250350/12412444
c ldo.c
/*
** $Id: ldo.c,v 1.109 2000/10/30 12:38:50 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#include
#include
#include
#include