Home
last modified time | relevance | path

Searched refs:opt_def (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptions.cpp368 if (show_optional && !opt_def.required) in PrintOption()
373 strm.Printf("-%c", opt_def.short_option); in PrintOption()
375 strm.Printf("--%s", opt_def.long_option); in PrintOption()
376 switch (opt_def.option_has_arg) { in PrintOption()
388 if (show_optional && !opt_def.required) in PrintOption()
522 OptionDefinition opt_def = opt_defs[pos.second]; in GenerateOptionUsage() local
525 if (opt_def.short_option && opt_def.HasShortOption()) { in GenerateOptionUsage()
537 if (opt_def.usage_text) in GenerateOptionUsage()
539 if (!opt_def.enum_values.empty()) { in GenerateOptionUsage()
765 OptionDefinition opt_def = m_option_defs[i]; in GetGroupWithOption() local
[all …]
/openbsd/gnu/usr.bin/texinfo/doc/
H A Dhelp2man62 my %opt_def = (
73 GetOptions (%opt_def,
148 GetOptions %opt_def;