Searched refs:eoptind (Results 1 – 3 of 3) sorted by relevance
65 int eoptind = 1; /* index into parent argv vector */ variable90 if ((eoptind >= nargc) || in egetopt()91 ((*(place = nargv[eoptind]) != '-') && (*place != '+'))) { in egetopt()101 ++eoptind; in egetopt()132 ++eoptind; in egetopt()142 ++eoptind; in egetopt()158 ++eoptind; in egetopt()177 ++eoptind; in egetopt()191 } else if (nargc <= ++eoptind) { in egetopt()210 eoptarg = nargv[eoptind]; in egetopt()[all …]
304 if (eoptind < argc) in onecol()630 if (eoptind < argc) in vertcol()784 if (eoptind < argc) in horzcol()998 if (eoptind < argc) in mulfile()1309 if (eoptind >= argc) { in nxtfile()1327 eoptind = argc - 1; in nxtfile()1333 for (; eoptind < argc; ++eoptind) { in nxtfile()1334 if (strcmp(argv[eoptind], "-") == 0) { in nxtfile()1344 ++eoptind; in nxtfile()1360 if ((inf = fopen(argv[eoptind], "r")) == NULL) { in nxtfile()[all …]
39 extern int eoptind;