Home
last modified time | relevance | path

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

/NextBSD/lib/libdpv/
HDdpv.h52 DPV_DISPLAY_LIBDIALOG = 0, /* Display using dialog(3) (default) */ enumerator
HDdpv.c151 display_type = DPV_DISPLAY_LIBDIALOG; in dpv()
/NextBSD/usr.bin/dpv/
HDdpv.c448 if (config->display_type == DPV_DISPLAY_LIBDIALOG) { in main()