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

/freebsd-10.2-release/lib/libdpv/
H A Ddpv_private.h41 extern uint8_t no_labels;
H A Ddpv.c71 uint8_t no_labels = FALSE; /* dpv_config.options & DPV_NO_LABELS */ variable
156 no_labels = FALSE;
199 no_labels = ((options & DPV_NO_LABELS) != 0);
227 if (label_size == 0 && no_labels == FALSE)
H A Ddprompt.c228 label_size = no_labels ? 0 : dwidth - pbar_size - 9;
232 if (no_labels)
488 no_labels == FALSE)

Completed in 51 milliseconds