Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlobject.h197 #define ttisstrictnil(o) checktag((o), LUA_VNIL) macro
209 #define isnonstrictnil(v) (ttisnil(v) && !ttisstrictnil(v))