HomeSort by: relevance | last modified time | path
    Searched refs:eoptarg (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/pr/
extern.h 40 extern char *eoptarg;
egetopt.c 67 char *eoptarg; /* argument associated with option */ variable in typeref:typename:char *
128 eoptarg = place-1;
175 eoptarg = NULL;
185 eoptarg = place;
190 eoptarg = NULL;
210 eoptarg = nargv[eoptind];
pr.c 1654 if ((pgnm = atoi(eoptarg)) < 1) {
1661 if ((clcnt = atoi(eoptarg)) < 1) {
1676 if ((eoptarg != NULL) &&
1677 !isdigit((unsigned char)*eoptarg))
1678 inchar = *eoptarg++;
1681 if ((eoptarg != NULL) &&
1682 isdigit((unsigned char)*eoptarg)) {
1683 if ((ingap = atoi(eoptarg)) < 0) {
1690 } else if ((eoptarg != NULL) && (*eoptarg != '\0'))
    [all...]

Completed in 48 milliseconds