Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Doptions.c424 char **optbase = NULL, **ap; in getoptscmd() local
445 optbase = argc == 3 ? shellparam.p : shellparam.optp; in getoptscmd()
446 shellparam.optnext = optbase; in getoptscmd()
450 optbase = shellparam.optp ? shellparam.optp : shellparam.p; in getoptscmd()
452 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()