Home | History | Annotate | Download | only in src

Lines Matching full:ksh_getopt

232 	while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
347 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
500 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
682 * (see the # kludge in ksh_getopt()).
684 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) {
1008 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
1152 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
1231 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1)
1272 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1317 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1)
1421 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1462 optc = ksh_getopt(wp, &user_opt, opts);
1516 while ((optc = ksh_getopt(wp, &builtin_opt,
1573 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1604 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != -1)
1735 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1771 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1814 while ((c = ksh_getopt(wp, &builtin_opt, c_read_opts)) != -1)
2193 if (ksh_getopt(wp, &builtin_opt, null) == '?')
2251 if (ksh_getopt(wp, &builtin_opt, null) == '?')
2293 if (ksh_getopt(wp, &builtin_opt, null) == '?')
2342 if (ksh_getopt(wp, &builtin_opt, null) == '?')
2446 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != -1)
2606 while ((optc = ksh_getopt((const char **)wp, &opt, ":p")) != -1)
2666 while ((optc = ksh_getopt(wp, &builtin_opt, "m:")) != -1) {
3546 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
3715 while ((rv = ksh_getopt(wp, &builtin_opt, "u")) != -1) {