代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/256544/11987865
c lobject.c
/*
** $Id: lobject.c,v 2.22 2006/02/10 17:43:52 roberto Exp $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
#include
#include
#include
www.eeworm.com/read/250350/12412450
h lzio.h
/*
** $Id: lzio.h,v 1.7 2000/10/20 16:36:32 roberto Exp $
** Buffered streams
** See Copyright Notice in lua.h
*/
#ifndef lzio_h
#define lzio_h
#include
/* For Lua only */
#define zFop
www.eeworm.com/read/250350/12412508
h lparser.h
/*
** $Id: lparser.h,v 1.26 2000/10/09 13:47:46 roberto Exp $
** LL(1) Parser and code generator for Lua
** See Copyright Notice in lua.h
*/
#ifndef lparser_h
#define lparser_h
#include "lobject.h"
www.eeworm.com/read/250350/12412513
c lobject.c
/*
** $Id: lobject.c,v 1.55 2000/10/20 16:36:32 roberto Exp $
** Some generic functions over Lua objects
** See Copyright Notice in lua.h
*/
#include
#include
#include
www.eeworm.com/read/192391/5157270
h lundump.h
/*
** $Id: lundump.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** load pre-compiled Lua chunks
** See Copyright Notice in lua.h
*/
#ifndef lundump_h
#define lundump_h
#include "lobject.h"
www.eeworm.com/read/192391/5157271
h lstate.h
/*
** $Id: lstate.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Global State
** See Copyright Notice in lua.h
*/
#ifndef lstate_h
#define lstate_h
#include "lua.h"
#include "lobject.h"
www.eeworm.com/read/192080/5160157
h lundump.h
/*
** $Id: lundump.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** load pre-compiled Lua chunks
** See Copyright Notice in lua.h
*/
#ifndef lundump_h
#define lundump_h
#include "lobject.h"
www.eeworm.com/read/192080/5160158
h lstate.h
/*
** $Id: lstate.h,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Global State
** See Copyright Notice in lua.h
*/
#ifndef lstate_h
#define lstate_h
#include "lua.h"
#include "lobject.h"
www.eeworm.com/read/298327/3867503
h lzio.h
/*
** $Id: lzio.h,v 1.21 2005/05/17 19:49:15 roberto Exp $
** Buffered streams
** See Copyright Notice in lua.h
*/
#ifndef lzio_h
#define lzio_h
#include "lua.h"
#include "lmem.h"
www.eeworm.com/read/298327/3867507
cpp lvm.cpp
/*
** $Id: lvm.c,v 2.63a 2006/06/05 15:58:59 roberto Exp $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
#include
#include
#include
#define l