Lines Matching defs:L
27 CClosure *luaF_newCclosure (lua_State *L, int nupvals) { in luaF_newCclosure()
35 LClosure *luaF_newLclosure (lua_State *L, int nupvals) { in luaF_newLclosure()
48 void luaF_initupvals (lua_State *L, LClosure *cl) { in luaF_initupvals()
65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval()
88 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
103 static void callclose (lua_State *L, void *ud) { in callclose()
113 static int prepclosingmethod (lua_State *L, TValue *obj, TValue *err) { in prepclosingmethod()
130 static void varerror (lua_State *L, StkId level, const char *msg) { in varerror()
150 static int callclosemth (lua_State *L, StkId level, int status) { in callclosemth()
184 static void trynewtbcupval (lua_State *L, void *ud) { in trynewtbcupval()
194 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
223 int luaF_close (lua_State *L, StkId level, int status) { in luaF_close()
246 Proto *luaF_newproto (lua_State *L) { in luaF_newproto()
273 void luaF_freeproto (lua_State *L, Proto *f) { in luaF_freeproto()