Lines Matching refs:TValue
37 #define NONVALIDVALUE cast(TValue *, luaO_nilobject)
54 static TValue *index2addr (lua_State *L, int idx) { in index2addr()
57 TValue *o = ci->func + idx; in index2addr()
205 static void moveto (lua_State *L, TValue *fr, int idx) { in moveto()
206 TValue *to = index2addr(L, idx); in moveto()
226 TValue *fr; in lua_copy()
267 TValue n; in lua_isnumber()
268 const TValue *o = index2addr(L, idx); in lua_isnumber()
280 const TValue *o = index2addr(L, idx); in lua_isuserdata()
335 TValue n; in lua_tonumberx()
336 const TValue *o = index2addr(L, idx); in lua_tonumberx()
349 TValue n; in lua_tointegerx()
350 const TValue *o = index2addr(L, idx); in lua_tointegerx()
366 TValue n; in lua_tounsignedx()
367 const TValue *o = index2addr(L, idx); in lua_tounsignedx()
383 const TValue *o = index2addr(L, idx); in lua_toboolean()
609 const TValue *gt; /* global table */ in lua_getglobal()
661 TValue k; in lua_rawgetp()
686 const TValue *obj; in lua_getmetatable()
735 const TValue *gt; /* global table */ in lua_setglobal()
798 TValue k; in lua_rawsetp()
812 TValue *obj; in lua_setmetatable()
985 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_load()
998 TValue *o; in lua_dump()
1187 static const char *aux_upvalue (StkId fi, int n, TValue **val, in aux_upvalue()
1214 TValue *val = NULL; /* to avoid warnings */ in lua_getupvalue()
1228 TValue *val = NULL; /* to avoid warnings */ in lua_setupvalue()