HomeSort by: relevance | last modified time | path
    Searched defs:optbase (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
options.c 556 char **optbase; local in function:getoptscmd
561 optbase = shellparam.p;
563 optbase = &argv[3];
566 shellparam.optnext = optbase;
571 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,
options.c 556 char **optbase; local in function:getoptscmd
561 optbase = shellparam.p;
563 optbase = &argv[3];
566 shellparam.optnext = optbase;
571 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,

Completed in 38 milliseconds