Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp347 bool search_long_help, in HelpTextContainsWord() argument
360 else if (search_long_help && long_help.contains_insensitive(search_word)) in HelpTextContainsWord()
H A DCommandInterpreter.cpp2947 const bool search_long_help = false; in FindCommandsForApropos() local
2952 search_long_help, search_syntax, in FindCommandsForApropos()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h279 bool search_long_help = true,