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()
105 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI()
122 void luaE_freeCI (lua_State *L) { in luaE_freeCI()
138 void luaE_shrinkCI (lua_State *L) { in luaE_shrinkCI()
165 void luaE_checkcstack (lua_State *L) { in luaE_checkcstack()
173 LUAI_FUNC void luaE_incCstack (lua_State *L) { in luaE_incCstack()
180 static void stack_init (lua_State *L1, lua_State *L) { in stack_init()
203 static void freestack (lua_State *L) { in freestack()
216 static void init_registry (lua_State *L, global_State *g) { in init_registry()
231 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
249 static void preinit_thread (lua_State *L, global_State *g) { in preinit_thread()
269 static void close_state (lua_State *L) { in close_state()
286 LUA_API lua_State *lua_newthread (lua_State *L) { in lua_newthread()
313 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
323 int luaE_resetthread (lua_State *L, int status) { in luaE_resetthread()
342 LUA_API int lua_closethread (lua_State *L, lua_State *from) { in lua_closethread()
355 LUA_API int lua_resetthread (lua_State *L) { in lua_resetthread()
362 lua_State *L; in lua_newstate() local
416 LUA_API void lua_close (lua_State *L) { in lua_close()
423 void luaE_warning (lua_State *L, const char *msg, int tocont) { in luaE_warning()
433 void luaE_warnerror (lua_State *L, const char *where) { in luaE_warnerror()