Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Doptions.c474 const char *newoptarg = NULL; in getopts() local
500 newoptarg = s; in getopts()
516 newoptarg = s; in getopts()
528 newoptarg = p; in getopts()
536 if (newoptarg != NULL) in getopts()
537 err |= setvarsafe("OPTARG", newoptarg, 0); in getopts()