Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp343 bool search_syntax, in HelpTextContainsWord() argument
355 else if (search_syntax && syntax_help.contains_insensitive(search_word)) in HelpTextContainsWord()
H A DCommandInterpreter.cpp3100 const bool search_syntax = false; in FindCommandsForApropos() local
3104 search_long_help, search_syntax, in FindCommandsForApropos()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h281 bool search_syntax = true,