Searched refs:PRINTBIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Dtarg.c430 #define PRINTBIT(bit, attr) case bit: debug_printf(" " attr); break macro
432 PRINTBIT(OP_OPTIONAL, ".OPTIONAL");
433 PRINTBIT(OP_USE, ".USE");
434 PRINTBIT(OP_EXEC, ".EXEC");
435 PRINTBIT(OP_IGNORE, ".IGNORE");
436 PRINTBIT(OP_PRECIOUS, ".PRECIOUS");
437 PRINTBIT(OP_SILENT, ".SILENT");
438 PRINTBIT(OP_MAKE, ".MAKE");
439 PRINTBIT(OP_JOIN, ".JOIN");
440 PRINTBIT(OP_INVISIBL
447 #undef PRINTBIT macro
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlctype.h40 #define PRINTBIT 2 macro
60 #define lisprint(c) testprop(c, MASK(PRINTBIT))
/freebsd-13-stable/contrib/lua/src/
H A Dlctype.h41 #define PRINTBIT 2 macro
61 #define lisprint(c) testprop(c, MASK(PRINTBIT))

Completed in 109 milliseconds