Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dmiscbltin.c179 prompt = shoptarg; in readcmd()
187 tv.tv_sec = strtol(shoptarg, &tvptr, 0); in readcmd()
188 if (tvptr == shoptarg) 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.c277 editor = shoptarg; in histcmd()
H A Dexpand.c1512 fd = number(shoptarg); in freebsd_wordexpcmd()