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

/freebsd-current/usr.bin/pr/
H A Degetopt.c62 char *eoptarg; /* argument associated with option */ variable
124 eoptarg = place-1;
171 eoptarg = NULL;
181 eoptarg = place;
186 eoptarg = NULL;
206 eoptarg = nargv[eoptind];
H A Dextern.h43 extern char *eoptarg;
H A Dpr.c1613 if ((pgnm = atoi(eoptarg)) < 1) {
1620 if ((clcnt = atoi(eoptarg)) < 1) {
1635 if ((eoptarg != NULL) && !isdigit((unsigned char)*eoptarg))
1636 inchar = *eoptarg++;
1639 if ((eoptarg != NULL) && isdigit((unsigned char)*eoptarg)) {
1640 if ((ingap = atoi(eoptarg)) < 0) {
1647 } else if ((eoptarg != NULL) && (*eoptarg !
[all...]

Completed in 63 milliseconds