Lines Matching +defs:val +defs:f
680 static int finishrawget (lua_State *L, const TValue *val) { in finishrawget()
700 const TValue *val; in lua_rawget() local
1063 LClosure *f = clLvalue(s2v(L->top - 1)); /* get newly created function */ in lua_load() local
1278 lua_Alloc f; in lua_getallocf() local
1287 LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) { in lua_setallocf()
1295 void lua_setwarnf (lua_State *L, lua_WarnFunction f, void *ud) { in lua_setwarnf()
1325 static const char *aux_upvalue (TValue *fi, int n, TValue **val, in aux_upvalue()
1329 CClosure *f = clCvalue(fi); in aux_upvalue() local
1337 LClosure *f = clLvalue(fi); in aux_upvalue() local
1354 TValue *val = NULL; /* to avoid warnings */ in lua_getupvalue() local
1368 TValue *val = NULL; /* to avoid warnings */ in lua_setupvalue() local
1386 LClosure *f; in getupvalref() local
1403 CClosure *f = clCvalue(fi); in lua_upvalueid() local