Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdpv/
H A Ddpv.c109 enum dpv_display display_type; in dpv() local
153 display_type = DPV_DISPLAY_LIBDIALOG; in dpv()
197 display_type = config->display_type; in dpv()
240 switch (display_type) { in dpv()
H A Ddpv.h101 enum dpv_display display_type; /* Display (default TYPE_LIBDIALOG) */ member
/freebsd-13.1/usr.bin/dpv/
H A Ddpv.c299 config->display_type = DPV_DISPLAY_DIALOG; in main()
394 config->display_type = DPV_DISPLAY_XDIALOG; in main()
451 if (config->display_type == DPV_DISPLAY_LIBDIALOG) { in main()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp355 OptionDisplayType display_type, const char *header, in PrintOption() argument
357 if (display_type == eDisplayShortOption && !opt_def.HasShortOption()) in PrintOption()
366 opt_def.HasShortOption() && display_type != eDisplayLongOption; in PrintOption()