Lines Matching defs:L
74 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) argument
86 static unsigned int makeseed (lua_State *L) { in makeseed()
109 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
119 void luaE_freeCI (lua_State *L) { in luaE_freeCI()
130 static void stack_init (lua_State *L1, lua_State *L) { in stack_init()
150 static void freestack (lua_State *L) { in freestack()
162 static void init_registry (lua_State *L, global_State *g) { in init_registry()
180 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
201 static void preinit_state (lua_State *L, global_State *g) { in preinit_state()
221 static void close_state (lua_State *L) { in close_state()
235 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread()
254 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
266 lua_State *L; in lua_newstate() local
315 LUA_API void lua_close (lua_State *L) { in lua_close()