Lines Matching refs:StkId
65 static UpVal *newupval (lua_State *L, StkId level, UpVal **prev) { in newupval()
87 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval()
108 StkId top = L->top.p; in callclosemethod()
125 static void checkclosemth (lua_State *L, StkId level) { in checkclosemth()
143 static void prepcallclosemth (lua_State *L, StkId level, int status, int yy) { in prepcallclosemth()
168 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval()
193 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval()
195 StkId upl; /* stack index pointed by 'uv' */ in luaF_closeupval()
214 StkId tbc = L->tbclist.p; in poptbclist()
227 StkId luaF_close (lua_State *L, StkId level, int status, int yy) { in luaF_close()
231 StkId tbc = L->tbclist.p; /* get variable index */ in luaF_close()