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

/freebsd-13-stable/bin/sh/
H A Doptions.c432 char **optbase = NULL, **ap; local
453 optbase = argc == 3 ? shellparam.p : shellparam.optp;
454 shellparam.optnext = optbase;
458 optbase = shellparam.optp ? shellparam.optp : shellparam.p;
460 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,

Completed in 99 milliseconds