Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/pr/
H A Dpr.c1654 if ((pgnm = atoi(eoptarg)) < 1) { in setup()
1661 if ((clcnt = atoi(eoptarg)) < 1) { in setup()
1676 if ((eoptarg != NULL) && in setup()
1677 !isdigit((unsigned char)*eoptarg)) in setup()
1678 inchar = *eoptarg++; in setup()
1681 if ((eoptarg != NULL) && in setup()
1682 isdigit((unsigned char)*eoptarg)) { in setup()
1683 if ((ingap = atoi(eoptarg)) < 0) { in setup()
1690 } else if ((eoptarg != NULL) && (*eoptarg != '\0')) { in setup()
1692 "pr: invalid value for -e %s\n", eoptarg); in setup()
[all …]
H A Degetopt.c67 char *eoptarg; /* argument associated with option */ variable
128 eoptarg = place-1; in egetopt()
175 eoptarg = NULL; in egetopt()
185 eoptarg = place; in egetopt()
190 eoptarg = NULL; in egetopt()
210 eoptarg = nargv[eoptind]; in egetopt()
H A Dextern.h40 extern char *eoptarg;