Lines Matching refs:ksh_getopt
232 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1) in c_pwd()
347 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_print()
500 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_whence()
684 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) { in c_typeset()
1008 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) { in c_alias()
1152 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1) in c_unalias()
1231 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1) in c_jobs()
1272 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_fgbg()
1317 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1) in c_kill()
1421 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_getopts()
1462 optc = ksh_getopt(wp, &user_opt, opts); in c_getopts()
1516 while ((optc = ksh_getopt(wp, &builtin_opt, in c_bind()
1573 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_shift()
1604 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != -1) in c_umask()
1735 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_dot()
1771 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_wait()
1814 while ((c = ksh_getopt(wp, &builtin_opt, c_read_opts)) != -1) in c_read()
2193 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_eval()
2251 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_trap()
2293 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_exitreturn()
2342 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_brkcont()
2446 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != -1) in c_unset()
2606 while ((optc = ksh_getopt((const char **)wp, &opt, ":p")) != -1) in timex_hook()
2666 while ((optc = ksh_getopt(wp, &builtin_opt, "m:")) != -1) { in c_mknod()
3546 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_ulimit()
3715 while ((rv = ksh_getopt(wp, &builtin_opt, "u")) != -1) { in c_cat()