Lines Matching +defs:val +defs:ci
287 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget()
331 TValue *val, const TValue *slot) { in luaV_finishset()
807 CallInfo *ci = L->ci; in luaV_finishOp() local
1046 #define updatetrap(ci) (trap = ci->u.l.trap) argument
1048 #define updatebase(ci) (base = ci->func + 1) argument
1051 #define updatestack(ci) { if (trap) { updatebase(ci); ra = RA(i); } } argument
1058 #define dojump(ci,i,e) { pc += GETARG_sJ(i) + e; updatetrap(ci); } argument
1062 #define donextjump(ci) { Instruction ni = *pc; dojump(ci, ni, 1); } argument
1082 #define savestate(L,ci) (savepc(L), L->top = ci->top) argument
1126 void luaV_execute (lua_State *L, CallInfo *ci) { in luaV_execute()
1775 TValue *val = s2v(ra + n); in luaV_execute() local