Home | History | Annotate | Download | only in Commands

Lines Matching refs:search_word

63         const char *search_word = args.GetArgumentAtIndex(0);
64 if ((search_word != NULL)
65 && (strlen (search_word) > 0))
74 m_interpreter.FindCommandsForApropos (search_word, commands_found, commands_help, true, false);
75 m_interpreter.FindCommandsForApropos (search_word, user_commands_found, user_commands_help, false, true);
79 result.AppendMessageWithFormat ("No commands found pertaining to '%s'. Try 'help' to see a complete list of debugger commands.\n", search_word);
85 result.AppendMessageWithFormat ("The following built-in commands may relate to '%s':\n", search_word);
107 result.AppendMessageWithFormat ("The following user commands may relate to '%s':\n", search_word);
129 const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties);
133 result.AppendMessageWithFormat ("\nThe following settings variables may relate to '%s': \n\n", search_word);