Searched refs:eoptind (Results 1 – 3 of 3) sorted by relevance
61 int eoptind = 1; /* index into parent argv vector */ variable86 if ((eoptind >= nargc) || in egetopt()87 ((*(place = nargv[eoptind]) != '-') && (*place != '+'))) { in egetopt()97 ++eoptind; in egetopt()128 ++eoptind; in egetopt()138 ++eoptind; in egetopt()154 ++eoptind; in egetopt()173 ++eoptind; in egetopt()187 } else if (nargc <= ++eoptind) { in egetopt()206 eoptarg = nargv[eoptind]; in egetopt()[all …]
330 if (eoptind < argc) in onecol()657 if (eoptind < argc) in vertcol()809 if (eoptind < argc) in horzcol()1087 if (eoptind < argc) in mulfile()1417 if (eoptind >= argc) { in nxtfile()1435 eoptind = argc - 1; in nxtfile()1441 for (; eoptind < argc; ++eoptind) { in nxtfile()1442 if (strcmp(argv[eoptind], "-") == 0) { in nxtfile()1452 ++eoptind; in nxtfile()1467 if ((inf = fopen(argv[eoptind], "r")) == NULL) { in nxtfile()[all …]
37 extern int eoptind;