Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h247 bool search_long_help = true,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp308 bool search_long_help, in HelpTextContainsWord() argument
321 else if (search_long_help && long_help.contains_insensitive(search_word)) in HelpTextContainsWord()
DCommandInterpreter.cpp2685 const bool search_long_help = false; in FindCommandsForApropos() local
2690 search_long_help, search_syntax, in FindCommandsForApropos()