Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2931 const bool search_syntax = false; in FindCommandsForApropos() local
2935 search_long_help, search_syntax, in FindCommandsForApropos()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h256 bool search_syntax = true,