Home | History | Annotate | Download | only in arm64

Lines Matching full:next_arg

3478         int next_arg = 1;
3490 next_arg++;
3494 if (argc == next_arg) {
3496 } else if (argc == next_arg + 1) {
3497 if (!GetValue(argv[next_arg], &words)) {
3498 PrintF("%s unrecognized\n", argv[next_arg]);