Searched refs:DPV_USE_COLOR (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libdpv/ | ||
H A D | dpv.h | 134 #define DPV_USE_COLOR 0x0008 /* Override to force color output */ macro |
H A D | dpv.c | 273 if (config != NULL && (config->options & DPV_USE_COLOR) != 0) in dpv() |