Lines Matching full:optc
362 int optc, arrayset = 0;
383 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
385 switch (optc) {
455 if (what == OF_SET && optc == 's') {
460 if (optc == OFC(i) &&
466 internal_errorf("parse_args: '%c'", optc);
1784 int optc, rv, phys_path;
1794 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1)
1795 switch (optc) {