Lines Matching defs:next_arg
4403 char **next_arg = &argv[optind];
4404 if ((port == NULL || (!attach && !multi_mode && *next_arg == NULL))
4429 if (*next_arg != NULL && strcmp (*next_arg, "--attach") == 0)
4432 next_arg++;
4437 && (*next_arg == NULL
4438 || (*next_arg)[0] == '\0'
4439 || (pid = strtoul (*next_arg, &arg_end, 0)) == 0
4441 || next_arg[1] != NULL))
4471 if (pid == 0 && *next_arg != NULL)
4473 program_path.set (next_arg[0]);
4475 int n = argc - (next_arg - argv);
4477 = construct_inferior_arguments ({&next_arg[1], &next_arg[n]}, true);