Go to the source code of this file.
Macros | |
#define | api_incr_top(L) |
#define | adjustresults(L, nres) { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } |
#define | api_checknelems(L, n) |
#define adjustresults | ( | L, | |
nres | |||
) | { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; } |
Definition at line 16 of file lapi.h.
Referenced by finishCcall(), lua_callk(), and lua_pcallk().
#define api_checknelems | ( | L, | |
n | |||
) |
Definition at line 19 of file lapi.h.
Referenced by finishCcall(), lua_arith(), lua_callk(), lua_concat(), lua_dump(), lua_error(), lua_pcallk(), lua_pushcclosure(), lua_rawset(), lua_rawseti(), lua_rawsetp(), lua_replace(), lua_resume(), lua_setfield(), lua_setglobal(), lua_setmetatable(), lua_settable(), lua_setupvalue(), lua_setuservalue(), lua_xmove(), lua_yieldk(), luaD_precall(), and resume().
#define api_incr_top | ( | L | ) |
Definition at line 13 of file lapi.h.
Referenced by collectvalidlines(), lua_concat(), lua_createtable(), lua_getfield(), lua_getinfo(), lua_getlocal(), lua_getmetatable(), lua_getupvalue(), lua_getuservalue(), lua_len(), lua_newthread(), lua_newuserdata(), lua_next(), lua_pushboolean(), lua_pushcclosure(), lua_pushinteger(), lua_pushlightuserdata(), lua_pushlstring(), lua_pushnil(), lua_pushnumber(), lua_pushstring(), lua_pushthread(), lua_pushunsigned(), lua_pushvalue(), lua_rawgeti(), lua_rawgetp(), and resume_error().