Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h101 #define isgray(x) /* neither white nor black */ \ macro
H A Dlgc.c191 if (isgray(o)) { in luaC_checkupvalcolor()
325 if (isgray(obj2gco(uv))) in remarkupvals()
522 lua_assert(isgray(o)); in propagatemark()
/freebsd/contrib/lua/src/
H A Dlgc.h89 #define isgray(x) /* neither white nor black */ \ macro
H A Dltests.c493 assert(!isgray(o)); /* strings are never gray */ in checkrefs()
538 assert(!!isgray(o) ^ (getage(o) == G_TOUCHED2)); in checkgraylist()
585 assert(!isgray(o) || upisopen(gco2upv(o))); in incifingray()
589 if (isgray(o) || getage(o) == G_TOUCHED2) { in incifingray()
641 assert(o->tt == LUA_VSHRSTR && isgray(o) && getage(o) == G_OLD); in lua_checkmemory()
H A Dlgc.c149 lua_assert(!isgray(o)); /* cannot be in a gray list */ in linkgclist_()
384 lua_assert(upisopen(uv) && isgray(uv)); in remarkupvals()
1177 lua_assert(isgray(curr)); in correctgraylist()
1183 lua_assert(isgray(curr)); in correctgraylist()