Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptions.cpp430 const bool has_short_option = isprint8(opt_def.short_option) != 0; in PrintOption() local
432 if (display_type == eDisplayShortOption && !has_short_option) in PrintOption()
440 const bool show_short_option = has_short_option && display_type != eDisplayLongOption; in PrintOption()