Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.h67 #define isgray(x) (!isblack(x) && !iswhite(x)) macro
H A Dlgc.c279 lua_assert(isgray(o)); in propagatemark()
519 if (isgray(obj2gco(uv))) in remarkupvals()
699 if (isgray(o)) { in luaC_linkupval()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlgc.h102 #define isgray(x) /* neither white nor black */ \ macro
H A Dlgc.c192 if (isgray(o)) { in luaC_checkupvalcolor()
326 if (isgray(obj2gco(uv))) in remarkupvals()
523 lua_assert(isgray(o)); in propagatemark()