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

/freebsd-11-stable/lib/libdpv/
H A Ddpv_private.h42 extern uint8_t no_labels;
H A Ddpv.c73 uint8_t no_labels = FALSE; /* dpv_config.options & DPV_NO_LABELS */ variable
159 no_labels = FALSE;
203 no_labels = ((options & DPV_NO_LABELS) != 0);
231 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 133 milliseconds