Lines Matching defs:L
73 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) argument
85 static unsigned int makeseed (lua_State *L) { in makeseed()
108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
118 void luaE_freeCI (lua_State *L) { in luaE_freeCI()
129 static void stack_init (lua_State *L1, lua_State *L) { in stack_init()
149 static void freestack (lua_State *L) { in freestack()
161 static void init_registry (lua_State *L, global_State *g) { in init_registry()
179 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
200 static void preinit_state (lua_State *L, global_State *g) { in preinit_state()
220 static void close_state (lua_State *L) { in close_state()
234 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread()
253 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
265 lua_State *L; in lua_newstate() local
314 LUA_API void lua_close (lua_State *L) { in lua_close()