Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h269 bool search_syntax = true,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp295 bool search_syntax, in HelpTextContainsWord() argument
309 else if (search_syntax && syntax_help.contains_lower(search_word)) in HelpTextContainsWord()
H A DCommandInterpreter.cpp2627 const bool search_syntax = false; in FindCommandsForApropos() local
2631 search_long_help, search_syntax, in FindCommandsForApropos()