Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:GetCommandObject

847 CommandInterpreter::GetCommandObject (const char *cmd_cstr, StringList *matches)
1147 cmd_obj = GetCommandObject (cmd_word.c_str());
1300 alias_cmd_obj = GetCommandObject (alias_name);
1636 cmd_obj = GetCommandObject (next_word.c_str(), &matches);
1896 CommandObject *cmd_obj = GetCommandObject (parsed_line.GetArgumentAtIndex(0), &matches);
1918 CommandObject *command_object = GetCommandObject (parsed_line.GetArgumentAtIndex(0));