Lines Matching refs:ksh_getopt
238 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1) in c_pwd()
353 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_print()
506 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_whence()
701 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) { in c_typeset()
1029 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) { in c_alias()
1173 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1) in c_unalias()
1252 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1) in c_jobs()
1293 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_fgbg()
1338 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1) in c_kill()
1444 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_getopts()
1485 optc = ksh_getopt(wp, &user_opt, opts); in c_getopts()
1539 while ((optc = ksh_getopt(wp, &builtin_opt, in c_bind()
1596 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_shift()
1631 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != -1) in c_umask()
1762 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_dot()
1798 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_wait()
1842 while ((c = ksh_getopt(wp, &builtin_opt, c_read_opts)) != -1) in c_read()
2228 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_eval()
2286 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_trap()
2328 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_exitreturn()
2373 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_brkcont()
2477 while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != -1) in c_unset()
2637 while ((optc = ksh_getopt((const char **)wp, &opt, ":p")) != -1) in timex_hook()
2697 while ((optc = ksh_getopt(wp, &builtin_opt, "m:")) != -1) { in c_mknod()
3438 while ((optc = ksh_getopt(wp, &builtin_opt, rlimits_opts)) != -1) in c_ulimit()
3612 while ((rv = ksh_getopt(wp, &builtin_opt, "u")) != -1) { in c_cat()