Searched refs:eoptarg (Results 1 – 3 of 3) sorted by relevance
1613 if ((pgnm = atoi(eoptarg)) < 1) { in setup()1620 if ((clcnt = atoi(eoptarg)) < 1) { in setup()1635 if ((eoptarg != NULL) && !isdigit((unsigned char)*eoptarg)) in setup()1636 inchar = *eoptarg++; in setup()1639 if ((eoptarg != NULL) && isdigit((unsigned char)*eoptarg)) { in setup()1640 if ((ingap = atoi(eoptarg)) < 0) { in setup()1647 } else if ((eoptarg != NULL) && (*eoptarg != '\0')) { in setup()1649 "pr: invalid value for -e %s\n", eoptarg); in setup()1661 header = eoptarg; in setup()1665 if ((eoptarg != NULL) && !isdigit((unsigned char)*eoptarg)) in setup()[all …]
62 char *eoptarg; /* argument associated with option */ variable124 eoptarg = place-1; in egetopt()171 eoptarg = NULL; in egetopt()181 eoptarg = place; in egetopt()186 eoptarg = NULL; in egetopt()206 eoptarg = nargv[eoptind]; in egetopt()
43 extern char *eoptarg;