Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/lua/src/
HDlobject.h119 checkliveness(L,io1); lua_assert(!isnonstrictnil(io1)); }
187 #define isnonstrictnil(v) (ttisnil(v) && !ttisstrictnil(v)) macro