Home | History | Annotate | Download | only in src

Lines Matching full:optc

490 	int optc;
541 while ((optc = ksh_getopt(ap, &builtin_opt, "a:c")) != -1)
542 switch (optc) {
568 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
570 if (optc != -1)