Symbol: ksh_getopt
bin/ksh/c_ksh.c
1003
while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != EOF)
bin/ksh/c_ksh.c
1078
while ((optc = ksh_getopt(wp, &builtin_opt, "lpnzZ")) != EOF)
bin/ksh/c_ksh.c
1130
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_ksh.c
1196
while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != EOF)
bin/ksh/c_ksh.c
1311
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_ksh.c
1353
optc = ksh_getopt(wp, &user_opt, options);
bin/ksh/c_ksh.c
1407
while ((optc = ksh_getopt(wp, &builtin_opt, "lm")) != EOF)
bin/ksh/c_ksh.c
180
while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
bin/ksh/c_ksh.c
269
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
bin/ksh/c_ksh.c
34
while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
bin/ksh/c_ksh.c
439
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
bin/ksh/c_ksh.c
602
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF) {
bin/ksh/c_ksh.c
868
while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != EOF) {
bin/ksh/c_sh.c
192
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
228
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
262
while ((optc = ksh_getopt(wp, &builtin_opt, "prsu,")) != EOF)
bin/ksh/c_sh.c
39
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
435
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
480
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
542
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
585
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
676
while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != EOF)
bin/ksh/c_sh.c
72
while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != EOF)
bin/ksh/c_sh.c
791
while ((optc = ksh_getopt(wp, &opt, ":p")) != EOF)
bin/ksh/c_ulimit.c
148
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
bin/ksh/exec.c
513
while ((optc = ksh_getopt(ap, &builtin_opt, ":p"))
bin/ksh/history.c
95
while ((optc = ksh_getopt(wp, &builtin_opt, "e:glnrs0,1,2,3,4,5,6,7,8,9,")) != EOF)
bin/ksh/misc.c
391
while ((optc = ksh_getopt(argv, &go, opts)) != EOF) {
bin/ksh/proto.h
197
int ksh_getopt ARGS((char **, Getopt *, const char *));