Searched refs:eoptind (Results 1 – 3 of 3) sorted by relevance
60 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 …]
297 if (eoptind < argc) in onecol()626 if (eoptind < argc) in vertcol()777 if (eoptind < argc) in horzcol()991 if (eoptind < argc) in mulfile()1292 if (eoptind >= argc) { in nxtfile()1310 eoptind = argc - 1; in nxtfile()1315 for (; eoptind < argc; ++eoptind) { in nxtfile()1316 if (strcmp(argv[eoptind], "-") == 0) { in nxtfile()1326 ++eoptind; in nxtfile()1341 if ((inf = fopen(argv[eoptind], "r")) == NULL) { in nxtfile()[all …]
41 extern int eoptind;