Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandObject.h246 bool search_long_help = true,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp291 bool search_long_help, in HelpTextContainsWord() argument
304 else if (search_long_help && long_help.contains_lower(search_word)) in HelpTextContainsWord()
HDCommandInterpreter.cpp2603 const bool search_long_help = false; in FindCommandsForApropos() local
2608 search_long_help, search_syntax, in FindCommandsForApropos()