Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/groff/src/preproc/pic/
Dobject.h154 const unsigned long IS_FILLED = 02000000; variable
Dpic.y925 $$->flags |= IS_FILLED;
931 $$->flags |= (IS_SHADED | IS_FILLED);
938 $$->flags |= (IS_SHADED | IS_OUTLINED | IS_FILLED);
Dobject.cpp1875 if (flags & (IS_DEFAULT_FILLED | IS_FILLED)) { in make_object()