Home
last modified time | relevance | path

Searched refs:eoptind (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/pr/
H A Degetopt.c60 int eoptind = 1; /* index into parent argv vector */ variable
86 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 …]
H A Dpr.c297 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 …]
H A Dextern.h41 extern int eoptind;