Home
last modified time | relevance | path

Searched defs:ttisnil (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h131 #define ttisnil(o) checktag((o), LUA_TNIL) macro
/freebsd/contrib/lua/src/
H A Dlobject.h193 #define ttisnil(v) checktype((v), LUA_TNIL) macro