Searched refs:eoptarg (Results 1 – 3 of 3) sorted by relevance
1654 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 …]
67 char *eoptarg; /* argument associated with option */ variable128 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()
40 extern char *eoptarg;