Searched refs:GetSubcommandSP (Results 1 – 5 of 5) sorted by relevance
45 CommandObjectMultiword::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() function in CommandObjectMultiword85 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()386 CommandObjectProxy::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() function in CommandObjectProxy390 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
721 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);
144 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL)
941 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP (cmd_words.GetArgumentAtIndex (j)); in GetCommandSPExact()