Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/lua/src/
HDlgc.h89 #define isgray(x) /* neither white nor black */ \ macro
HDlgc.c149 lua_assert(!isgray(o)); /* cannot be in a gray list */ in linkgclist_()
378 lua_assert(upisopen(uv) && isgray(uv)); in remarkupvals()
1152 lua_assert(isgray(curr)); in correctgraylist()
1158 lua_assert(isgray(curr)); in correctgraylist()
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlgc.h102 #define isgray(x) /* neither white nor black */ \ macro
HDlgc.c192 if (isgray(o)) { in luaC_checkupvalcolor()
326 if (isgray(obj2gco(uv))) in remarkupvals()
523 lua_assert(isgray(o)); in propagatemark()