Home
last modified time | relevance | path

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

/trueos/bin/sh/
HDoptions.c420 char **optbase = NULL; in getoptscmd() local
425 optbase = shellparam.p; in getoptscmd()
427 optbase = &argv[3]; in getoptscmd()
430 shellparam.optnext = optbase; in getoptscmd()
435 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()