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

/freebsd-10.0-release/bin/sh/
H A Doptions.c420 char **optbase = NULL; local
425 optbase = shellparam.p;
427 optbase = &argv[3];
430 shellparam.optnext = optbase;
435 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,

Completed in 114 milliseconds