Lines Matching refs:StkId
63 StkId o = ci->func.p + idx; in index2value()
95 l_sinline StkId index2stack (lua_State *L, int idx) { in index2stack()
98 StkId o = ci->func.p + idx; in index2stack()
183 StkId func, newtop; in lua_settop()
210 StkId level; in lua_closeslot()
227 l_sinline void reverse (lua_State *L, StkId from, StkId to) { in reverse()
242 StkId p, t, m; in lua_rotate()
1006 StkId func; in lua_callk()
1031 StkId func;
1057 StkId o = index2stack(L, errfunc); in lua_pcallk()
1272 StkId o; in lua_toclose()