Searched refs:LUA_VNIL (Results 1 – 7 of 7) sorted by relevance
170 #define LUA_VNIL makevariant(LUA_TNIL, 0) macro184 #define ttisstrictnil(o) checktag((o), LUA_VNIL)187 #define setnilvalue(obj) settt_(obj, LUA_VNIL)
97 LUA_VNIL, 0, {NULL}} /* key type, next, and key value */212 case LUA_VNIL: case LUA_VFALSE: case LUA_VTRUE: in equalkey()781 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()
688 case LUA_VNIL: in const2exp()
582 case LUA_VNIL: case LUA_VFALSE: case LUA_VTRUE: return 1; in luaV_equalobj()
Completed in 17 milliseconds