Searched refs:DPV_NO_LABELS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/lib/libdpv/ | ||
| H A D | dpv.h | 135 #define DPV_NO_LABELS 0x0004 /* Hide file_node.name labels */ macro |
| H A D | dpv.c | 203 no_labels = ((options & DPV_NO_LABELS) != 0); in dpv() |