代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/192080/5160147
cpp llex.cpp
/*
** $Id: llex.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
#include
#include
#define llex_c
#include "l
www.eeworm.com/read/192080/5160151
h ltm.h
/*
** $Id: ltm.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Tag methods
** See Copyright Notice in lua.h
*/
#ifndef ltm_h
#define ltm_h
#include "lobject.h"
/*
* WARNING: if you
www.eeworm.com/read/338901/3312277
h nebu_scripting.h
#ifndef NEBU_SCRIPTING_H
#define NEBU_SCRIPTING_H
#include "lua.h"
extern void scripting_Init();
extern void scripting_Quit();
extern void Scripting_Idle();
extern int scripting_GetGlobal(const cha
www.eeworm.com/read/338901/3312361
c liolib.c
/*
** $Id: liolib.c,v 1.6 2003/06/30 19:15:26 ahowe Exp $
** Standard I/O (and system) library
** This file modified from it's original form.
** See Copyright Notice in lua.h
*/
#include
www.eeworm.com/read/298327/3867485
h lmem.h
/*
** $Id: lmem.h,v 1.31 2005/04/25 19:24:10 roberto Exp $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
#ifndef lmem_h
#define lmem_h
#include
#include
www.eeworm.com/read/298327/3867492
cpp liolib.cpp
/*
** $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
www.eeworm.com/read/298327/3867493
cpp ldebug.cpp
/*
** $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
www.eeworm.com/read/298327/3867496
cpp llex.cpp
/*
** $Id: llex.c,v 2.20 2006/03/09 18:14:31 roberto Exp $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define llex
www.eeworm.com/read/298327/3867498
cpp lbaselib.cpp
/*
** $Id: lbaselib.c,v 1.191a 2006/06/02 15:34:00 roberto Exp $
** Basic library
** See Copyright Notice in lua.h
*/
#include
#include
#include
#include
www.eeworm.com/read/298327/3867526
h lgc.h
/*
** $Id: lgc.h,v 2.15 2005/08/24 16:15:49 roberto Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#ifndef lgc_h
#define lgc_h
#include "lobject.h"
/*
** Possible st