Home
last modified time | relevance | path

Searched refs:display_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libdpv/
H A Ddpv.c107 enum dpv_display display_type; in dpv() local
151 display_type = DPV_DISPLAY_LIBDIALOG; in dpv()
195 display_type = config->display_type; in dpv()
238 switch (display_type) { in dpv()
H A Ddpv.h99 enum dpv_display display_type; /* Display (default TYPE_LIBDIALOG) */ member
/freebsd/usr.bin/dpv/
H A Ddpv.c297 config->display_type = DPV_DISPLAY_DIALOG; in main()
392 config->display_type = DPV_DISPLAY_XDIALOG; in main()
449 if (config->display_type == DPV_DISPLAY_LIBDIALOG) { in main()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp360 OptionDisplayType display_type, const char *header, in PrintOption() argument
362 if (display_type == eDisplayShortOption && !opt_def.HasShortOption()) in PrintOption()
371 opt_def.HasShortOption() && display_type != eDisplayLongOption; in PrintOption()