Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp311 bool search_syntax, in HelpTextContainsWord() argument
325 else if (search_syntax && syntax_help.contains_insensitive(search_word)) in HelpTextContainsWord()
H A DCommandInterpreter.cpp2934 const bool search_syntax = false; in FindCommandsForApropos() local
2938 search_long_help, search_syntax, in FindCommandsForApropos()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h256 bool search_syntax = true,