Searched refs:LUA_VNIL (Results 1 – 7 of 7) sorted by relevance
159 #define LUA_VNIL makevariant(LUA_TNIL, 0) macro173 #define ttisstrictnil(o) checktag((o), LUA_VNIL)176 #define setnilvalue(obj) settt_(obj, LUA_VNIL)
92 LUA_VNIL, 0, {NULL}} /* key type, next, and key value */180 case LUA_VNIL: case LUA_VFALSE: case LUA_VTRUE: in equalkey()745 case LUA_VNIL: return &absentkey; in luaH_get()
128 lua_assert(tt == LUA_VNIL || tt == LUA_VFALSE || tt == LUA_VTRUE); in dumpConstants()
271 case LUA_VNIL: in PrintType()300 case LUA_VNIL: in PrintConstant()
166 case LUA_VNIL: in loadConstants()
693 case LUA_VNIL: in const2exp()
580 case LUA_VNIL: case LUA_VFALSE: case LUA_VTRUE: return 1; in luaV_equalobj()