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

/freebsd-11-stable/usr.bin/pr/
H A Degetopt.c66 int eoptind = 1; /* index into parent argv vector */ variable
92 if ((eoptind >= nargc) ||
93 ((*(place = nargv[eoptind]) != '-') && (*place != '+'))) {
103 ++eoptind;
134 ++eoptind;
144 ++eoptind;
160 ++eoptind;
179 ++eoptind;
193 } else if (nargc <= ++eoptind) {
212 eoptarg = nargv[eoptind];
[all...]
H A Dextern.h42 extern int eoptind;
H A Dpr.c310 if (eoptind < argc)
639 if (eoptind < argc)
790 if (eoptind < argc)
1004 if (eoptind < argc)
1305 if (eoptind >= argc) {
1323 eoptind = argc - 1;
1328 for (; eoptind < argc; ++eoptind) {
1329 if (strcmp(argv[eoptind], "-") == 0) {
1339 ++eoptind;
[all...]

Completed in 105 milliseconds