Searched refs:display_type (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/lib/libdpv/
H A Ddpv.c109 enum dpv_display display_type; local
153 display_type = DPV_DISPLAY_LIBDIALOG;
197 display_type = config->display_type;
240 switch (display_type) {
267 } /* display_type */
H A Ddpv.h52 * Display types for use with display_type member of dpv_config structure
101 enum dpv_display display_type; /* Display (default TYPE_LIBDIALOG) */ member in struct:dpv_config
/freebsd-11-stable/usr.bin/dpv/
H A Ddpv.c299 config->display_type = DPV_DISPLAY_DIALOG;
394 config->display_type = DPV_DISPLAY_XDIALOG;
451 if (config->display_type == DPV_DISPLAY_LIBDIALOG) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp356 OptionDisplayType display_type, const char *header,
360 if (display_type == eDisplayShortOption && !has_short_option)
369 has_short_option && display_type != eDisplayLongOption;

Completed in 275 milliseconds