Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <stdarg.h>
#include <string.h>
#include "lua.h"
#include "lapi.h"
#include "ldebug.h"
#include "ldo.h"
#include "lfunc.h"
#include "lgc.h"
#include "lmem.h"
#include "lobject.h"
#include "lstate.h"
#include "lstring.h"
#include "ltable.h"
#include "ltm.h"
#include "lundump.h"
#include "lvm.h"
Go to the source code of this file.
Data Structures | |
struct | CallS |
Macros | |
#define | lapi_c |
#define | LUA_CORE |
#define | NONVALIDVALUE cast(TValue *, luaO_nilobject) |
#define | isvalid(o) ((o) != luaO_nilobject) |
#define | ispseudo(i) ((i) <= LUA_REGISTRYINDEX) |
#define | isstackindex(i, o) (isvalid(o) && !ispseudo(i)) |
#define | api_checkvalidindex(L, o) api_check(L, isvalid(o), "invalid index") |
#define | api_checkstackindex(L, i, o) api_check(L, isstackindex(i, o), "index not in the stack") |
#define | checkresults(L, na, nr) |
Variables | |
const char | lua_ident [] |
#define api_checkstackindex | ( | L, | |
i, | |||
o ) api_check(L, isstackindex(i, o), "index not in the stack") |
Definition at line 51 of file lua-5.2.4/src/lapi.c.
Referenced by lua_insert(), lua_pcallk(), and lua_remove().
Definition at line 49 of file lua-5.2.4/src/lapi.c.
Referenced by moveto().
#define checkresults | ( | L, | |
na, | |||
nr ) |
Definition at line 875 of file lua-5.2.4/src/lapi.c.
Referenced by lua_callk(), and lua_pcallk().
#define ispseudo | ( | i | ) | ((i) <= LUA_REGISTRYINDEX) |
Definition at line 44 of file lua-5.2.4/src/lapi.c.
Referenced by index2addr(), and lua_absindex().
Definition at line 47 of file lua-5.2.4/src/lapi.c.
#define isvalid | ( | o | ) | ((o) != luaO_nilobject) |
Definition at line 41 of file lua-5.2.4/src/lapi.c.
Referenced by lua_compare(), lua_rawequal(), and lua_type().
#define lapi_c |
Definition at line 11 of file lua-5.2.4/src/lapi.c.
#define LUA_CORE |
Definition at line 12 of file lua-5.2.4/src/lapi.c.
#define NONVALIDVALUE cast(TValue *, luaO_nilobject) |
Definition at line 38 of file lua-5.2.4/src/lapi.c.
Referenced by index2addr().
Definition at line 1188 of file lua-5.2.4/src/lapi.c.
References clCvalue, clLvalue, getstr, LUA_TCCL, LUA_TLCL, name, NULL, obj2gco, owner, LClosure::p, ttype, LClosure::upvals, CClosure::upvalue, Proto::upvalues, and UpVal::v.
Referenced by lua_getupvalue(), and lua_setupvalue().
|
static |
Definition at line 921 of file lua-5.2.4/src/lapi.c.
References cast, CallS::func, luaD_call(), and CallS::nresults.
Referenced by lua_pcallk().
Definition at line 1246 of file lua-5.2.4/src/lapi.c.
References api_check, clLvalue, index2addr(), ttisLclosure, and LClosure::upvals.
Referenced by lua_upvalueid(), and lua_upvaluejoin().
|
static |
Definition at line 86 of file lua-5.2.4/src/lapi.c.
References luaD_growstack().
Referenced by lua_checkstack().
Definition at line 55 of file lua-5.2.4/src/lapi.c.
References api_check, lua_State::ci, clCvalue, CallInfo::func, G, ispseudo, LUA_REGISTRYINDEX, MAXUPVAL, NONVALIDVALUE, lua_State::top, ttislcf, and CClosure::upvalue.
Referenced by getupvalref(), lua_compare(), lua_copy(), lua_getfield(), lua_getmetatable(), lua_gettable(), lua_getupvalue(), lua_getuservalue(), lua_insert(), lua_iscfunction(), lua_isnumber(), lua_isuserdata(), lua_len(), lua_next(), lua_pcallk(), lua_pushvalue(), lua_rawequal(), lua_rawget(), lua_rawgeti(), lua_rawgetp(), lua_rawlen(), lua_rawset(), lua_rawseti(), lua_rawsetp(), lua_remove(), lua_setfield(), lua_setmetatable(), lua_settable(), lua_setupvalue(), lua_setuservalue(), lua_toboolean(), lua_tocfunction(), lua_tointegerx(), lua_tolstring(), lua_tonumberx(), lua_topointer(), lua_tothread(), lua_tounsignedx(), lua_touserdata(), lua_type(), lua_upvalueid(), and moveto().
Definition at line 153 of file lua-5.2.4/src/lapi.c.
References cast_int, lua_State::ci, CallInfo::func, ispseudo, and lua_State::top.
Referenced by luaL_callmeta(), luaL_getsubtable(), luaL_ref(), and luaL_unref().
Definition at line 293 of file lua-5.2.4/src/lapi.c.
References api_checknelems, cast, lua_lock, LUA_OPADD, LUA_OPUNM, lua_unlock, luaO_arith(), luaV_arith(), nvalue, setnvalue, setobjs2s, TM_ADD, lua_State::top, and ttisnumber.
Referenced by arith().
LUA_API lua_CFunction lua_atpanic | ( | lua_State * | L, |
lua_CFunction | panicf ) |
Definition at line 127 of file lua-5.2.4/src/lapi.c.
References G, lua_lock, and lua_unlock.
LUA_API void lua_callk | ( | lua_State * | L, |
int | nargs, | ||
int | nresults, | ||
int | ctx, | ||
lua_CFunction | k ) |
Definition at line 889 of file lua-5.2.4/src/lapi.c.
References adjustresults, api_check, api_checknelems, CallInfo::c, checkresults, lua_State::ci, CallInfo::ctx, isLua, CallInfo::k, lua_lock, LUA_OK, lua_unlock, luaD_call(), lua_State::nny, NULL, lua_State::status, lua_State::top, and CallInfo::u.
Referenced by luaB_dofile(), luaB_dofile(), and luaB_dofile().
Definition at line 92 of file lua-5.2.4/src/lapi.c.
References cast_int, lua_State::ci, EXTRA_STACK, growstack(), lua_lock, LUA_OK, lua_unlock, luaD_rawrunprotected(), LUAI_MAXSTACK, lua_State::stack, lua_State::stack_last, CallInfo::top, and lua_State::top.
Definition at line 316 of file lua-5.2.4/src/lapi.c.
References api_check, equalobj, index2addr(), isvalid, lua_lock, LUA_OPEQ, LUA_OPLE, LUA_OPLT, lua_unlock, luaV_lessequal(), and luaV_lessthan().
Referenced by math_max(), math_max(), math_min(), math_min(), sort_comp(), sort_comp(), sort_comp(), tmove(), and tmove().
Definition at line 1131 of file lua-5.2.4/src/lapi.c.
References api_checknelems, api_incr_top, lua_lock, lua_unlock, luaC_checkGC, luaS_newlstr(), luaV_concat(), setsvalue2s, and lua_State::top.
Definition at line 226 of file lua-5.2.4/src/lapi.c.
References index2addr(), lua_lock, lua_unlock, and moveto().
Referenced by ll_require(), luaB_xpcall(), pushglobalfuncname(), pushglobalfuncname(), and pushglobalfuncname().
Definition at line 673 of file lua-5.2.4/src/lapi.c.
References api_incr_top, lua_lock, lua_unlock, luaC_checkGC, luaH_new(), luaH_resize(), sethvalue, and lua_State::top.
LUA_API int lua_dump | ( | lua_State * | L, |
lua_Writer | writer, | ||
void * | data ) |
Definition at line 997 of file lua-5.2.4/src/lapi.c.
References api_checknelems, getproto, isLfunction, lua_lock, lua_unlock, luaU_dump(), lua_State::top, and writer().
Definition at line 1105 of file lua-5.2.4/src/lapi.c.
References api_checknelems, lua_lock, and luaG_errormsg().
Definition at line 1021 of file lua-5.2.4/src/lapi.c.
References cast, cast_int, G, global_State::GCdebt, global_State::GCestimate, global_State::gckind, global_State::gcmajorinc, global_State::gcpause, global_State::gcrunning, GCSpause, global_State::gcstate, global_State::gcstepmul, GCSTEPSIZE, gettotalbytes, KGC_GEN, KGC_NORMAL, LUA_GCCOLLECT, LUA_GCCOUNT, LUA_GCCOUNTB, LUA_GCGEN, LUA_GCINC, LUA_GCISRUNNING, LUA_GCRESTART, LUA_GCSETMAJORINC, LUA_GCSETPAUSE, LUA_GCSETSTEPMUL, LUA_GCSTEP, LUA_GCSTOP, lua_lock, lua_unlock, luaC_changemode(), luaC_forcestep(), luaC_fullgc(), and luaE_setdebt().
Definition at line 1157 of file lua-5.2.4/src/lapi.c.
References G, lua_lock, and lua_unlock.
Definition at line 880 of file lua-5.2.4/src/lapi.c.
References CallInfo::c, CallInfo::callstatus, lua_State::ci, CIST_YIELDED, CallInfo::ctx, LUA_OK, CallInfo::status, and CallInfo::u.
Referenced by pcallcont().
Definition at line 628 of file lua-5.2.4/src/lapi.c.
References api_incr_top, index2addr(), lua_lock, lua_unlock, luaS_new, luaV_gettable, setsvalue2s, and lua_State::top.
Definition at line 608 of file lua-5.2.4/src/lapi.c.
References G, gt, hvalue, lua_lock, LUA_RIDX_GLOBALS, lua_unlock, luaH_getint(), luaS_new, luaV_gettable, setsvalue2s, and lua_State::top.
Definition at line 686 of file lua-5.2.4/src/lapi.c.
References api_incr_top, G, hvalue, index2addr(), lua_lock, LUA_TTABLE, LUA_TUSERDATA, lua_unlock, Table::metatable, NULL, sethvalue, lua_State::top, ttypenv, and uvalue.
Definition at line 619 of file lua-5.2.4/src/lapi.c.
References index2addr(), lua_lock, lua_unlock, luaV_gettable, and lua_State::top.
Definition at line 160 of file lua-5.2.4/src/lapi.c.
References cast_int, lua_State::ci, CallInfo::func, and lua_State::top.
Definition at line 1213 of file lua-5.2.4/src/lapi.c.
References api_incr_top, aux_upvalue(), index2addr(), lua_lock, lua_unlock, name, NULL, setobj2s, and lua_State::top.
Definition at line 715 of file lua-5.2.4/src/lapi.c.
References api_check, api_incr_top, index2addr(), lua_lock, lua_unlock, sethvalue, setnilvalue, lua_State::top, ttisuserdata, and uvalue.
Definition at line 193 of file lua-5.2.4/src/lapi.c.
References api_checkstackindex, index2addr(), lua_lock, lua_unlock, setobjs2s, and lua_State::top.
Definition at line 261 of file lua-5.2.4/src/lapi.c.
References index2addr(), ttisCclosure, and ttislcf.
Definition at line 267 of file lua-5.2.4/src/lapi.c.
References index2addr(), and tonumber.
Definition at line 274 of file lua-5.2.4/src/lapi.c.
References LUA_TNUMBER, LUA_TSTRING, and lua_type().
Definition at line 280 of file lua-5.2.4/src/lapi.c.
References index2addr(), ttislightuserdata, and ttisuserdata.
Definition at line 1147 of file lua-5.2.4/src/lapi.c.
References api_incr_top, index2addr(), lua_lock, lua_unlock, luaV_objlen(), and lua_State::top.
Referenced by luaL_len().
LUA_API int lua_load | ( | lua_State * | L, |
lua_Reader | reader, | ||
void * | data, | ||
const char * | chunkname, | ||
const char * | mode ) |
Definition at line 973 of file lua-5.2.4/src/lapi.c.
References clLvalue, G, gt, hvalue, lua_lock, LUA_OK, LUA_RIDX_GLOBALS, lua_unlock, luaC_barrier, luaD_protectedparser(), luaH_getint(), luaZ_init(), reader(), setobj, lua_State::top, LClosure::upvals, and UpVal::v.
Definition at line 1175 of file lua-5.2.4/src/lapi.c.
References api_incr_top, lua_lock, lua_unlock, luaC_checkGC, luaS_newudata(), NULL, setuvalue, and lua_State::top.
Definition at line 1114 of file lua-5.2.4/src/lapi.c.
References api_check, api_incr_top, hvalue, index2addr(), lua_lock, lua_unlock, luaH_next(), lua_State::top, and ttistable.
LUA_API int lua_pcallk | ( | lua_State * | L, |
int | nargs, | ||
int | nresults, | ||
int | errfunc, | ||
int | ctx, | ||
lua_CFunction | k ) |
Definition at line 928 of file lua-5.2.4/src/lapi.c.
References adjustresults, lua_State::allowhook, api_check, api_checknelems, api_checkstackindex, CallInfo::c, CallInfo::callstatus, checkresults, lua_State::ci, CIST_YPCALL, CallInfo::ctx, lua_State::errfunc, CallInfo::extra, f_call(), CallS::func, index2addr(), isLua, CallInfo::k, lua_lock, LUA_OK, lua_unlock, luaD_call(), luaD_pcall(), lua_State::nny, CallS::nresults, NULL, CallInfo::old_allowhook, CallInfo::old_errfunc, savestack, lua_State::status, lua_State::top, and CallInfo::u.
Referenced by luaB_pcall(), luaB_pcall(), luaB_pcall(), luaB_xpcall(), luaB_xpcall(), and luaB_xpcall().
Definition at line 577 of file lua-5.2.4/src/lapi.c.
References api_incr_top, lua_lock, lua_unlock, setbvalue, and lua_State::top.
LUA_API void lua_pushcclosure | ( | lua_State * | L, |
lua_CFunction | fn, | ||
int | n ) |
Definition at line 555 of file lua-5.2.4/src/lapi.c.
References api_check, api_checknelems, api_incr_top, Closure::c, CClosure::f, lua_lock, lua_unlock, luaC_checkGC, luaF_newCclosure(), MAXUPVAL, setclCvalue, setfvalue, setobj2n, lua_State::top, and CClosure::upvalue.
Definition at line 542 of file lua-5.2.4/src/lapi.c.
References lua_lock, lua_unlock, luaC_checkGC, and luaO_pushvfstring().
LUA_API void lua_pushinteger | ( | lua_State * | L, |
lua_Integer | n ) |
Definition at line 483 of file lua-5.2.4/src/lapi.c.
References api_incr_top, cast_num, lua_lock, lua_unlock, setnvalue, and lua_State::top.
Definition at line 585 of file lua-5.2.4/src/lapi.c.
References api_incr_top, lua_lock, lua_unlock, setpvalue, and lua_State::top.
Definition at line 501 of file lua-5.2.4/src/lapi.c.
References api_incr_top, getstr, lua_lock, lua_unlock, luaC_checkGC, luaS_newlstr(), s, setsvalue2s, and lua_State::top.
Definition at line 465 of file lua-5.2.4/src/lapi.c.
References api_incr_top, lua_lock, lua_unlock, setnilvalue, and lua_State::top.
Referenced by lua_pushstring().
LUA_API void lua_pushnumber | ( | lua_State * | L, |
lua_Number | n ) |
Definition at line 473 of file lua-5.2.4/src/lapi.c.
References api_incr_top, lua_lock, lua_unlock, luaG_runerror(), luai_checknum, setnvalue, and lua_State::top.
Definition at line 513 of file lua-5.2.4/src/lapi.c.
References api_incr_top, getstr, lua_lock, lua_pushnil(), lua_unlock, luaC_checkGC, luaS_new, NULL, s, setsvalue2s, and lua_State::top.
Definition at line 593 of file lua-5.2.4/src/lapi.c.
References api_incr_top, G, lua_lock, lua_unlock, setthvalue, and lua_State::top.
LUA_API void lua_pushunsigned | ( | lua_State * | L, |
lua_Unsigned | u ) |
Definition at line 491 of file lua-5.2.4/src/lapi.c.
References api_incr_top, lua_lock, lua_unlock, lua_unsigned2number, setnvalue, and lua_State::top.
Referenced by b_and(), b_arshift(), b_extract(), b_not(), b_or(), b_replace(), b_rot(), b_shift(), and b_xor().
Definition at line 235 of file lua-5.2.4/src/lapi.c.
References api_incr_top, index2addr(), lua_lock, lua_unlock, setobj2s, and lua_State::top.
Definition at line 531 of file lua-5.2.4/src/lapi.c.
References lua_lock, lua_unlock, luaC_checkGC, and luaO_pushvfstring().
Definition at line 286 of file lua-5.2.4/src/lapi.c.
References index2addr(), isvalid, and luaV_rawequalobj.
Definition at line 639 of file lua-5.2.4/src/lapi.c.
References api_check, hvalue, index2addr(), lua_lock, lua_unlock, luaH_get(), setobj2s, lua_State::top, and ttistable.
Definition at line 649 of file lua-5.2.4/src/lapi.c.
References api_check, api_incr_top, hvalue, index2addr(), lua_lock, lua_unlock, luaH_getint(), setobj2s, lua_State::top, and ttistable.
Definition at line 660 of file lua-5.2.4/src/lapi.c.
References api_check, api_incr_top, cast, hvalue, index2addr(), lua_lock, lua_unlock, luaH_get(), setobj2s, setpvalue, lua_State::top, and ttistable.
Referenced by addtoclib(), checkclib(), db_gethook(), db_sethook(), and hookf().
Definition at line 407 of file lua-5.2.4/src/lapi.c.
References hvalue, index2addr(), LUA_TSTRING, LUA_TTABLE, LUA_TUSERDATA, luaH_getn(), tsvalue, ttypenv, and uvalue.
Definition at line 770 of file lua-5.2.4/src/lapi.c.
References api_check, api_checknelems, gcvalue, hvalue, index2addr(), invalidateTMcache, lua_lock, lua_unlock, luaC_barrierback, luaH_set(), setobj2t, lua_State::top, and ttistable.
Definition at line 784 of file lua-5.2.4/src/lapi.c.
References api_check, api_checknelems, gcvalue, hvalue, index2addr(), lua_lock, lua_unlock, luaC_barrierback, luaH_setint(), lua_State::top, and ttistable.
Definition at line 797 of file lua-5.2.4/src/lapi.c.
References api_check, api_checknelems, cast, gcvalue, hvalue, index2addr(), lua_lock, lua_unlock, luaC_barrierback, luaH_set(), setobj2t, setpvalue, lua_State::top, and ttistable.
Referenced by createclibstable(), and db_sethook().
Definition at line 182 of file lua-5.2.4/src/lapi.c.
References api_checkstackindex, index2addr(), lua_lock, lua_unlock, setobjs2s, and lua_State::top.
Definition at line 217 of file lua-5.2.4/src/lapi.c.
References api_checknelems, lua_lock, lua_unlock, moveto(), and lua_State::top.
Definition at line 1167 of file lua-5.2.4/src/lapi.c.
References G, lua_lock, and lua_unlock.
Definition at line 758 of file lua-5.2.4/src/lapi.c.
References api_checknelems, index2addr(), lua_lock, lua_unlock, luaS_new, luaV_settable, setsvalue2s, and lua_State::top.
Definition at line 734 of file lua-5.2.4/src/lapi.c.
References api_checknelems, G, gt, hvalue, lua_lock, LUA_RIDX_GLOBALS, lua_unlock, luaH_getint(), luaS_new, luaV_settable, setsvalue2s, and lua_State::top.
Definition at line 812 of file lua-5.2.4/src/lapi.c.
References api_check, api_checknelems, G, gcvalue, hvalue, index2addr(), lua_lock, LUA_TTABLE, LUA_TUSERDATA, lua_unlock, luaC_checkfinalizer(), luaC_objbarrier, luaC_objbarrierback, NULL, rawuvalue, lua_State::top, ttisnil, ttistable, ttypenv, and uvalue.
Definition at line 747 of file lua-5.2.4/src/lapi.c.
References api_checknelems, index2addr(), lua_lock, lua_unlock, luaV_settable, and lua_State::top.
Definition at line 165 of file lua-5.2.4/src/lapi.c.
References api_check, lua_State::ci, CallInfo::func, lua_lock, lua_unlock, setnilvalue, and lua_State::top.
Definition at line 1227 of file lua-5.2.4/src/lapi.c.
References api_checknelems, aux_upvalue(), index2addr(), lua_lock, lua_unlock, luaC_barrier, name, NULL, owner, setobj, and lua_State::top.
Definition at line 852 of file lua-5.2.4/src/lapi.c.
References api_check, api_checknelems, gcvalue, hvalue, index2addr(), lua_lock, lua_unlock, luaC_objbarrier, NULL, lua_State::top, ttisnil, ttistable, ttisuserdata, and uvalue.
Definition at line 1012 of file lua-5.2.4/src/lapi.c.
References lua_State::status.
Definition at line 383 of file lua-5.2.4/src/lapi.c.
References index2addr(), and l_isfalse.
LUA_API lua_CFunction lua_tocfunction | ( | lua_State * | L, |
int | idx ) |
Definition at line 418 of file lua-5.2.4/src/lapi.c.
References clCvalue, fvalue, index2addr(), NULL, ttisCclosure, and ttislcf.
LUA_API lua_Integer lua_tointegerx | ( | lua_State * | L, |
int | idx, | ||
int * | isnum ) |
Definition at line 349 of file lua-5.2.4/src/lapi.c.
References index2addr(), lua_number2integer, nvalue, and tonumber.
Referenced by getfield(), getfield(), getfield(), luaL_checkinteger(), luaL_checkinteger(), luaL_len(), math_toint(), and math_toint().
Definition at line 389 of file lua-5.2.4/src/lapi.c.
References index2addr(), lua_lock, lua_unlock, luaC_checkGC, luaV_tostring(), NULL, svalue, tsvalue, and ttisstring.
LUA_API lua_Number lua_tonumberx | ( | lua_State * | L, |
int | idx, | ||
int * | isnum ) |
Definition at line 335 of file lua-5.2.4/src/lapi.c.
References index2addr(), nvalue, and tonumber.
Referenced by luaB_tonumber(), luaL_checknumber(), and luaL_checknumber().
Definition at line 443 of file lua-5.2.4/src/lapi.c.
References cast, clCvalue, clLvalue, fvalue, hvalue, index2addr(), LUA_TCCL, LUA_TLCF, LUA_TLCL, LUA_TLIGHTUSERDATA, lua_touserdata(), LUA_TTABLE, LUA_TTHREAD, LUA_TUSERDATA, NULL, thvalue, and ttype.
Definition at line 437 of file lua-5.2.4/src/lapi.c.
References index2addr(), NULL, thvalue, and ttisthread.
LUA_API lua_Unsigned lua_tounsignedx | ( | lua_State * | L, |
int | idx, | ||
int * | isnum ) |
Definition at line 366 of file lua-5.2.4/src/lapi.c.
References index2addr(), lua_number2unsigned, nvalue, and tonumber.
Referenced by luaL_checkunsigned().
Definition at line 427 of file lua-5.2.4/src/lapi.c.
References index2addr(), LUA_TLIGHTUSERDATA, LUA_TUSERDATA, NULL, pvalue, rawuvalue, and ttypenv.
Referenced by lua_topointer().
Definition at line 249 of file lua-5.2.4/src/lapi.c.
References index2addr(), isvalid, LUA_TNONE, and ttypenv.
Referenced by lua_isstring().
Definition at line 255 of file lua-5.2.4/src/lapi.c.
Definition at line 1257 of file lua-5.2.4/src/lapi.c.
References api_check, clCvalue, getupvalref(), index2addr(), LUA_TCCL, LUA_TLCL, NULL, ttype, and CClosure::upvalue.
Referenced by checkupval(), db_upvalueid(), and db_upvalueid().
Definition at line 1276 of file lua-5.2.4/src/lapi.c.
References getupvalref(), luaC_objbarrier, and NULL.
Referenced by db_upvaluejoin(), db_upvaluejoin(), and db_upvaluejoin().
LUA_API const lua_Number * lua_version | ( | lua_State * | L | ) |
Definition at line 137 of file lua-5.2.4/src/lapi.c.
References G, LUA_VERSION_NUM, and NULL.
Referenced by f_luaopen(), f_luaopen(), luaL_checkversion_(), and luaL_checkversion_().
Definition at line 112 of file lua-5.2.4/src/lapi.c.
References api_check, api_checknelems, lua_State::ci, G, lua_lock, lua_unlock, setobj2s, CallInfo::top, and lua_State::top.
Definition at line 206 of file lua-5.2.4/src/lapi.c.
References api_checkvalidindex, lua_State::ci, clCvalue, CallInfo::func, index2addr(), LUA_REGISTRYINDEX, luaC_barrier, and setobj.
Referenced by lua_copy(), and lua_replace().
const char lua_ident[] |
Definition at line 32 of file lua-5.2.4/src/lapi.c.