Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h268 bool search_long_help = true,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp294 bool search_long_help, in HelpTextContainsWord() argument
307 else if (search_long_help && long_help.contains_lower(search_word)) in HelpTextContainsWord()
H A DCommandInterpreter.cpp2626 const bool search_long_help = false; in FindCommandsForApropos() local
2631 search_long_help, search_syntax, in FindCommandsForApropos()