Searched defs:ttisnil (Results 1 – 2 of 2) sorted by relevance
79 #define ttisnil(o) (ttype(o) == LUA_TNIL) macro
132 #define ttisnil(o) checktag((o), LUA_TNIL) macro