Lines Matching full:optc
354 int optc, arrayset = 0;
375 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
377 switch (optc) {
448 if (what == OF_SET && optc == 's') {
453 if (optc == OFC(i) &&
459 internal_errorf("parse_args: '%c'", optc);
2099 int optc, rv, phys_path;
2109 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1)
2110 switch (optc) {