Home
last modified time | relevance | path

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

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