Searched refs:GetSubcommandSP (Results 1 – 5 of 5) sorted by relevance
47 CommandObjectMultiword::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() function in CommandObjectMultiword87 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()383 CommandObjectProxy::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() function in CommandObjectProxy387 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
695 subcommand_obj_sp = cmd_obj->GetSubcommandSP (sub_command.c_str()); in HandleAliasingNormalCommand()
53 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL);125 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL);
141 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL)
822 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP (cmd_words.GetArgumentAtIndex (j)); in GetCommandSPExact()