Home
last modified time | relevance | path

Searched refs:shoptarg (Results 1 – 5 of 5) sorted by relevance

/freebsd/bin/sh/
H A Dmiscbltin.c183 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()
H A Doptions.h109 extern char *shoptarg; /* set by nextopt */
H A Doptions.c61 char *shoptarg; /* set by nextopt (like getopt) */ variable
589 shoptarg = p; in nextopt()
H A Dhistedit.c279 editor = shoptarg; in histcmd()
H A Dexpand.c1514 fd = number(shoptarg); in freebsd_wordexpcmd()