Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp346 bool search_short_help, in HelpTextContainsWord() argument
358 if (search_short_help && short_help.contains_insensitive(search_word)) in HelpTextContainsWord()
H A DCommandInterpreter.cpp2946 const bool search_short_help = true; in FindCommandsForApropos() local
2951 cmd_obj->HelpTextContainsWord(search_word, search_short_help, in FindCommandsForApropos()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h278 bool search_short_help = true,