代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/192080/5160168
cpp lgc.cpp
/*
** $Id: lgc.cpp,v 1.1.1.1 2006/02/20 15:43:37 kajala Exp $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#include
#define lgc_c
#include "lua.h"
#include "ldeb
www.eeworm.com/read/177353/5328327
c hooks.c
/* Lua scripting hooks */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "cache/cache.h"
#include "main/event.h"
#include "protocol/uri.h"
#include "scripting/lua/core
www.eeworm.com/read/298327/3867474
h luaconf.h
/*
** $Id: luaconf.h,v 1.82a 2006/04/10 18:27:23 roberto Exp $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
#ifndef lconfig_h
#define lconfig_h
#include
#
www.eeworm.com/read/298327/3867488
cpp lzio.cpp
/*
** $Id: lzio.c,v 1.31 2005/06/03 20:15:29 roberto Exp $
** a generic input stream interface
** See Copyright Notice in lua.h
*/
#include
#define lzio_c
#define LUA_CORE
#
www.eeworm.com/read/298327/3867495
cpp lobject.cpp
/*
** $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/298327/3867508
cpp ldblib.cpp
/*
** $Id: ldblib.c,v 1.104 2005/12/29 15:32:11 roberto Exp $
** Interface from Lua to its debug API
** See Copyright Notice in lua.h
*/
#include
#include
#include
www.eeworm.com/read/298327/3867513
cpp ldo.cpp
/*
** $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
www.eeworm.com/read/298327/3867515
cpp lmem.cpp
/*
** $Id: lmem.c,v 1.70 2005/12/26 13:35:47 roberto Exp $
** Interface to Memory Manager
** See Copyright Notice in lua.h
*/
#include
#define lmem_c
#define LUA_CORE
#inclu
www.eeworm.com/read/286845/4032166
c ldblib.c
/*
** $Id: ldblib.c,v 1.1 2005/04/21 01:47:51 yanyanshen Exp $
** Interface from Lua to its debug API
** See Copyright Notice in lua.h
*/
#include
#include
#include
www.eeworm.com/read/404049/2307371
c lopcodes.c
/*
** $Id: lopcodes.c,v 1.1 2005/04/12 17:17:27 tlopatic Exp $
** extracted automatically from lopcodes.h by mkprint.lua
** DO NOT EDIT
** See Copyright Notice in lua.h
*/
#define lopcodes_c
#inclu