Lines Matching defs:optc
21 int optc;
34 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
35 switch (optc) {
176 int optc;
180 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
181 switch (optc) {
267 int optc;
269 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
270 switch (optc) {
434 int optc;
439 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
440 switch (optc) {
571 int optc;
602 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF) {
604 switch (optc) {
865 int optc;
868 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != EOF) {
870 switch (optc) {
1001 int optc;
1003 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != EOF)
1004 switch (optc) {
1072 int optc;
1078 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnzZ")) != EOF)
1079 switch (optc) {
1194 int optc;
1196 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != EOF)
1197 switch (optc) {
1306 int optc;
1353 optc = ksh_getopt(wp, &user_opt, options);
1355 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) {
1357 buf[1] = optc;
1363 buf[0] = optc < 0 ? '?' : optc;
1371 if (optc != '?') {
1395 return optc < 0 ? 1 : ret;
1405 int optc;
1407 while ((optc = ksh_getopt(wp, &builtin_opt, "lm")) != EOF)
1408 switch (optc) {