Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h248 bool search_syntax = true,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp309 bool search_syntax, in HelpTextContainsWord() argument
323 else if (search_syntax && syntax_help.contains_insensitive(search_word)) in HelpTextContainsWord()
H A DCommandInterpreter.cpp2686 const bool search_syntax = false; in FindCommandsForApropos() local
2690 search_long_help, search_syntax, in FindCommandsForApropos()