Lines Matching refs:StkId
50 StkId temp = ci->func; /* exchange its 'func' and 'extra' values */ in swapextra()
114 static const char *findvararg (CallInfo *ci, int n, StkId *pos) { in findvararg()
126 StkId *pos) { in findlocal()
128 StkId base; in findlocal()
140 StkId limit = (ci == L->ci) ? L->top : ci->next->func; in findlocal()
162 StkId pos = 0; /* to avoid warnings */ in lua_getlocal()
176 StkId pos = 0; /* to avoid warnings */ in lua_setlocal()
282 StkId func; in lua_getinfo()
506 StkId p; in isinstack()
546 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { in luaG_concaterror()
589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg()