Home
last modified time | relevance | path

Searched refs:search_word (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectApropos.cpp45 auto search_word = args[0].ref(); in DoExecute() local
46 if (!search_word.empty()) { in DoExecute()
52 m_interpreter.FindCommandsForApropos(search_word, commands_found, in DoExecute()
75 GetDebugger().Apropos(search_word, properties); in DoExecute()
DCommandObjectMultiword.cpp231 llvm::StringRef search_word, in AproposAllSubCommands() argument
243 if (sub_cmd_obj->HelpTextContainsWord(search_word)) { in AproposAllSubCommands()
250 search_word, commands_found, in AproposAllSubCommands()
338 llvm::StringRef search_word, in AproposAllSubCommands() argument
343 return proxy_command->AproposAllSubCommands(prefix, search_word, in AproposAllSubCommands()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h47 llvm::StringRef search_word,
106 llvm::StringRef search_word,
DCommandObject.h168 llvm::StringRef search_word, in AproposAllSubCommands() argument
245 bool HelpTextContainsWord(llvm::StringRef search_word,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp306 bool CommandObject::HelpTextContainsWord(llvm::StringRef search_word, in HelpTextContainsWord() argument
319 if (search_short_help && short_help.contains_insensitive(search_word)) in HelpTextContainsWord()
321 else if (search_long_help && long_help.contains_insensitive(search_word)) in HelpTextContainsWord()
323 else if (search_syntax && syntax_help.contains_insensitive(search_word)) in HelpTextContainsWord()
333 if (usage_text.contains_insensitive(search_word)) in HelpTextContainsWord()
DCommandInterpreter.cpp2676 llvm::StringRef search_word, StringList &commands_found, in FindCommandsForApropos() argument
2688 if (command_name.contains_insensitive(search_word) || in FindCommandsForApropos()
2689 cmd_obj->HelpTextContainsWord(search_word, search_short_help, in FindCommandsForApropos()
2698 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2704 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos() argument
2713 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2717 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
2721 FindCommandsForApropos(search_word, commands_found, commands_help, in FindCommandsForApropos()
/freebsd-12-stable/usr.bin/fortune/datfiles/
Dfreebsd-tips141 "/search_word". To repeat the same search, type "n" for next or "p" for