Home | History | Annotate | Download | only in src

Lines Matching full:ksh_getopt

227 	while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
328 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
481 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
661 * (see the # kludge in ksh_getopt()).
663 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) {
984 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
1128 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
1207 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1)
1248 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1293 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1)
1397 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1438 optc = ksh_getopt(wp, &user_opt, opts);
1491 while ((optc = ksh_getopt(wp, &builtin_opt,
1547 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1578 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != -1)
1709 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1745 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1788 while ((c = ksh_getopt(wp, &builtin_opt, c_read_opts)) != -1)
2167 if (ksh_getopt(wp, &builtin_opt, null) == '?')
2220 if (ksh_getopt(wp, &builtin_opt, null) == '?')
2262 if (ksh_getopt(wp, &builtin_opt, null) == '?')
2307 if (ksh_getopt(wp, &builtin_opt, null) == '?')
2404 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != -1)
2565 while ((optc = ksh_getopt((const char **)wp, &opt, ":p")) != -1)
2623 while ((optc = ksh_getopt(wp, &builtin_opt, "m:")) != -1) {
3380 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
3555 while ((rv = ksh_getopt(wp, &builtin_opt, "u")) != -1) {