Lines Matching +defs:val +defs:o
46 #define isvalid(L, o) (!ttisnil(o) || o != &G(L)->nilvalue) argument
59 StkId o = ci->func + idx; in index2value() local
86 StkId o = ci->func + idx; in index2stack() local
261 const TValue *o = index2value(L, idx); in lua_type() local
274 const TValue *o = index2value(L, idx); in lua_iscfunction() local
280 const TValue *o = index2value(L, idx); in lua_isinteger() local
287 const TValue *o = index2value(L, idx); in lua_isnumber() local
293 const TValue *o = index2value(L, idx); in lua_isstring() local
299 const TValue *o = index2value(L, idx); in lua_isuserdata() local
357 const TValue *o = index2value(L, idx); in lua_tonumberx() local
367 const TValue *o = index2value(L, idx); in lua_tointegerx() local
376 const TValue *o = index2value(L, idx); in lua_toboolean() local
382 TValue *o; in lua_tolstring() local
403 const TValue *o = index2value(L, idx); in lua_rawlen() local
415 const TValue *o = index2value(L, idx); in lua_tocfunction() local
423 static void *touserdata (const TValue *o) { in touserdata()
433 const TValue *o = index2value(L, idx); in lua_touserdata() local
439 const TValue *o = index2value(L, idx); in lua_tothread() local
452 const TValue *o = index2value(L, idx); in lua_topointer() local
680 static int finishrawget (lua_State *L, const TValue *val) { in finishrawget()
700 const TValue *val; in lua_rawget() local
769 TValue *o; in lua_getiuservalue() local
942 TValue *o; in lua_setiuservalue() local
1024 StkId o = index2stack(L, errfunc); in lua_pcallk() local
1080 TValue *o; in lua_dump() local
1239 StkId o; in lua_toclose() local
1325 static const char *aux_upvalue (TValue *fi, int n, TValue **val, in aux_upvalue()
1354 TValue *val = NULL; /* to avoid warnings */ in lua_getupvalue() local
1368 TValue *val = NULL; /* to avoid warnings */ in lua_setupvalue() local