Lines Matching defs:L
74 #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()
121 void luaE_freeCI (lua_State *L) { in luaE_freeCI()
135 void luaE_shrinkCI (lua_State *L) { in luaE_shrinkCI()
148 static void stack_init (lua_State *L1, lua_State *L) { in stack_init()
168 static void freestack (lua_State *L) { in freestack()
180 static void init_registry (lua_State *L, global_State *g) { in init_registry()
199 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
217 static void preinit_thread (lua_State *L, global_State *g) { in preinit_thread()
237 static void close_state (lua_State *L) { in close_state()
251 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread()
281 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
293 lua_State *L; in lua_newstate() local
338 LUA_API void lua_close (lua_State *L) { in lua_close()