Home
last modified time | relevance | path

Searched refs:DPV_USE_COLOR (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libdpv/
H A Ddpv.h134 #define DPV_USE_COLOR 0x0008 /* Override to force color output */ macro
H A Ddpv.c273 if (config != NULL && (config->options & DPV_USE_COLOR) != 0) in dpv()