Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:command_args

1797             Args command_args (revised_command_line.GetData());
1798 const char *repeat_command = cmd_obj->GetRepeatCommand(command_args, 0);
1830 Args command_args (revised_command_line.GetData());
1834 int cursor_char_position = strlen (command_args.GetArgumentAtIndex(0));
1836 num_matches = HandleCompletionMatches (command_args,
1848 error_msg.append(command_args.GetArgumentAtIndex(0));
1861 result.AppendErrorWithFormat ("Unrecognized command '%s'.\n", command_args.GetArgumentAtIndex (0));