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

/freebsd-11.0-release/usr.bin/pr/
H A Degetopt.c68 char *eoptarg; /* argument associated with option */ variable
130 eoptarg = place-1;
177 eoptarg = NULL;
187 eoptarg = place;
192 eoptarg = NULL;
212 eoptarg = nargv[eoptind];
H A Dextern.h44 extern char *eoptarg;
H A Dpr.c1594 if ((pgnm = atoi(eoptarg)) < 1) {
1601 if ((clcnt = atoi(eoptarg)) < 1) {
1616 if ((eoptarg != NULL) && !isdigit((unsigned char)*eoptarg))
1617 inchar = *eoptarg++;
1620 if ((eoptarg != NULL) && isdigit((unsigned char)*eoptarg)) {
1621 if ((ingap = atoi(eoptarg)) < 0) {
1628 } else if ((eoptarg != NULL) && (*eoptarg !
[all...]

Completed in 41 milliseconds