Home
last modified time | relevance | path

Searched refs:LUA_VNIL (Results 1 – 7 of 7) sorted by relevance

/external/lua/src/
Dlobject.h159 #define LUA_VNIL makevariant(LUA_TNIL, 0) macro
173 #define ttisstrictnil(o) checktag((o), LUA_VNIL)
176 #define setnilvalue(obj) settt_(obj, LUA_VNIL)
Dltable.c92 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()
Dldump.c128 lua_assert(tt == LUA_VNIL || tt == LUA_VFALSE || tt == LUA_VTRUE); in dumpConstants()
Dluac.c271 case LUA_VNIL: in PrintType()
300 case LUA_VNIL: in PrintConstant()
Dlundump.c166 case LUA_VNIL: in loadConstants()
Dlcode.c693 case LUA_VNIL: in const2exp()
Dlvm.c580 case LUA_VNIL: case LUA_VFALSE: case LUA_VTRUE: return 1; in luaV_equalobj()