Lines Matching refs:StkId
48 StkId temp = ci->func; /* exchange its 'func' and 'extra' values */ in swapextra()
112 static const char *findvararg (CallInfo *ci, int n, StkId *pos) { in findvararg()
125 StkId *pos) { in findlocal()
127 StkId base; in findlocal()
139 StkId limit = (ci == L->ci) ? L->top : ci->next->func; in findlocal()
161 StkId pos = 0; /* to avoid warnings */ in lua_getlocal()
175 StkId pos = 0; /* to avoid warnings */ in lua_setlocal()
281 StkId func; in lua_getinfo()
505 StkId p; in isinstack()
545 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { in luaG_concaterror()
588 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()