Lines Matching defs:L
51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) argument
71 static unsigned int luai_makeseed (lua_State *L) { in luai_makeseed()
99 LUA_API int lua_setcstacklimit (lua_State *L, unsigned int limit) { in lua_setcstacklimit()
135 void luaE_enterCcall (lua_State *L) { in luaE_enterCcall()
156 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
174 void luaE_freeCI (lua_State *L) { in luaE_freeCI()
192 void luaE_shrinkCI (lua_State *L) { in luaE_shrinkCI()
214 static void stack_init (lua_State *L1, lua_State *L) { in stack_init()
237 static void freestack (lua_State *L) { in freestack()
250 static void init_registry (lua_State *L, global_State *g) { in init_registry()
270 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
288 static void preinit_thread (lua_State *L, global_State *g) { in preinit_thread()
308 static void close_state (lua_State *L) { in close_state()
321 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread()
353 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
363 int lua_resetthread (lua_State *L) { in lua_resetthread()
387 lua_State *L; in lua_newstate() local
441 LUA_API void lua_close (lua_State *L) { in lua_close()
448 void luaE_warning (lua_State *L, const char *msg, int tocont) { in luaE_warning()
458 void luaE_warnerror (lua_State *L, const char *where) { in luaE_warnerror()