Lines Matching defs:optc
70 int optc;
72 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != EOF)
73 switch (optc) {
255 int optc;
262 while ((optc = ksh_getopt(wp, &builtin_opt, "prsu,")) != EOF)
263 switch (optc) {
673 int optc, unset_var = 1;
676 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != EOF)
677 switch (optc) {
785 int optc;
791 while ((optc = ksh_getopt(wp, &opt, ":p")) != EOF)
792 switch (optc) {