Lines Matching defs:L
55 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) argument
75 static unsigned int luai_makeseed (lua_State *L) { in luai_makeseed()
103 LUA_API int lua_setcstacklimit (lua_State *L, unsigned int limit) { in lua_setcstacklimit()
109 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
126 void luaE_freeCI (lua_State *L) { in luaE_freeCI()
142 void luaE_shrinkCI (lua_State *L) { in luaE_shrinkCI()
169 void luaE_checkcstack (lua_State *L) { in luaE_checkcstack()
177 LUAI_FUNC void luaE_incCstack (lua_State *L) { in luaE_incCstack()
184 static void stack_init (lua_State *L1, lua_State *L) { in stack_init()
207 static void freestack (lua_State *L) { in freestack()
220 static void init_registry (lua_State *L, global_State *g) { in init_registry()
235 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
253 static void preinit_thread (lua_State *L, global_State *g) { in preinit_thread()
273 static void close_state (lua_State *L) { in close_state()
290 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread()
317 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
327 int luaE_resetthread (lua_State *L, int status) { in luaE_resetthread()
346 LUA_API int lua_closethread (lua_State *L, lua_State *from) { in lua_closethread()
359 LUA_API int lua_resetthread (lua_State *L) { in lua_resetthread()
366 lua_State *L; in lua_newstate() local
420 LUA_API void lua_close (lua_State *L) { in lua_close()
427 void luaE_warning (lua_State *L, const char *msg, int tocont) { in luaE_warning()
437 void luaE_warnerror (lua_State *L, const char *where) { in luaE_warnerror()