Searched refs:shoptarg (Results 1 – 5 of 5) sorted by relevance
183 prompt = shoptarg; in readcmd()193 number = strtol(shoptarg, &endptr, 0); in readcmd()194 if (number < 0 || endptr == shoptarg) in readcmd()212 shoptarg = endptr; in readcmd()213 } while (*shoptarg != '\0'); in readcmd()
109 extern char *shoptarg; /* set by nextopt */
61 char *shoptarg; /* set by nextopt (like getopt) */ variable589 shoptarg = p; in nextopt()
279 editor = shoptarg; in histcmd()
1514 fd = number(shoptarg); in freebsd_wordexpcmd()