Searched refs:optbase (Results 1 – 1 of 1) sorted by relevance
432 char **optbase = NULL, **ap; in getoptscmd() local453 optbase = argc == 3 ? shellparam.p : shellparam.optp; in getoptscmd()454 shellparam.optnext = optbase; in getoptscmd()458 optbase = shellparam.optp ? shellparam.optp : shellparam.p; in getoptscmd()460 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()