代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/192080/5160149
h ltable.h
/*
** $Id: ltable.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
#ifndef ltable_h
#define ltable_h
#include "lobject.h"
#define g
www.eeworm.com/read/192080/5160152
h lzio.h
/*
** $Id: lzio.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Buffered streams
** See Copyright Notice in lua.h
*/
#ifndef lzio_h
#define lzio_h
#include "lua.h"
#define EOZ (-1)
www.eeworm.com/read/192080/5160155
h ldo.h
/*
** $Id: ldo.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#ifndef ldo_h
#define ldo_h
#include "lobject.h"
#inclu
www.eeworm.com/read/192080/5160163
h lapi.h
/*
** $Id: lapi.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Auxiliary functions from Lua API
** See Copyright Notice in lua.h
*/
#ifndef lapi_h
#define lapi_h
#include "lobject.h"
www.eeworm.com/read/338901/3312358
c lmathlib.c
/*
** $Id: lmathlib.c,v 1.1 2002/02/14 10:46:59 jcatki Exp $
** Standard mathematical library
** See Copyright Notice in lua.h
*/
#include
#include
#include "lua.h"
#include "l
www.eeworm.com/read/298327/3867489
h lcode.h
/*
** $Id: lcode.h,v 1.48 2006/03/21 19:28:03 roberto Exp $
** Code generator for Lua
** See Copyright Notice in lua.h
*/
#ifndef lcode_h
#define lcode_h
#include "llex.h"
#include "lobjec
www.eeworm.com/read/298327/3867499
h ltable.h
/*
** $Id: ltable.h,v 2.10 2006/01/10 13:13:06 roberto Exp $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
#ifndef ltable_h
#define ltable_h
#include "lobject.h"
#define gno
www.eeworm.com/read/298327/3867506
h ldo.h
/*
** $Id: ldo.h,v 2.7 2005/08/24 16:15:49 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#ifndef ldo_h
#define ldo_h
#include "lobject.h"
#include
www.eeworm.com/read/298327/3867509
h lundump.h
/*
** $Id: lundump.h,v 1.40 2005/11/11 14:03:13 lhf Exp $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#ifndef lundump_h
#define lundump_h
#include "lobject.h"
#inclu
www.eeworm.com/read/404049/2307365
h lstring.h
/*
** $Id: lstring.h,v 1.1 2005/04/12 17:17:27 tlopatic Exp $
** String table (keep all strings handled by Lua)
** See Copyright Notice in lua.h
*/
#ifndef lstring_h
#define lstring_h
#include "lob