Lines Matching defs:L
70 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) argument
81 static unsigned int makeseed (lua_State *L) { in makeseed()
108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
122 void luaE_freeCI (lua_State *L) { in luaE_freeCI()
137 void luaE_shrinkCI (lua_State *L) { in luaE_shrinkCI()
151 static void stack_init (lua_State *L1, lua_State *L) { in stack_init()
171 static void freestack (lua_State *L) { in freestack()
184 static void init_registry (lua_State *L, global_State *g) { in init_registry()
203 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
221 static void preinit_thread (lua_State *L, global_State *g) { in preinit_thread()
242 static void close_state (lua_State *L) { in close_state()
255 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread()
285 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
297 lua_State *L; in lua_newstate() local
341 LUA_API void lua_close (lua_State *L) { in lua_close()