Home
last modified time | relevance | path

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

/freebsd/lib/libdpv/
H A Ddpv.h133 #define DPV_NO_LABELS 0x0004 /* Hide file_node.name labels */ macro
H A Ddpv.c201 no_labels = ((options & DPV_NO_LABELS) != 0); in dpv()