Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Doptions.c430 char **optbase = NULL, **ap; in getoptscmd() local
451 optbase = argc == 3 ? shellparam.p : shellparam.optp; in getoptscmd()
452 shellparam.optnext = optbase; in getoptscmd()
456 optbase = shellparam.optp ? shellparam.optp : shellparam.p; in getoptscmd()
458 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()