Home
last modified time | relevance | path

Searched refs:DPV_DISPLAY_LIBDIALOG (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/lib/libdpv/
H A Ddpv.h55 DPV_DISPLAY_LIBDIALOG = 0, /* Display using dialog(3) (default) */ enumerator
H A Ddpv.c153 display_type = DPV_DISPLAY_LIBDIALOG; in dpv()
/freebsd-12.1/usr.bin/dpv/
H A Ddpv.c451 if (config->display_type == DPV_DISPLAY_LIBDIALOG) { in main()