Symbol: ksh_getopt
bin/ksh/c_ksh.c
1065
while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1)
bin/ksh/c_ksh.c
1104
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_ksh.c
1164
while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1)
bin/ksh/c_ksh.c
1278
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_ksh.c
1319
optc = ksh_getopt(wp, &user_opt, options);
bin/ksh/c_ksh.c
1371
while ((optc = ksh_getopt(wp, &builtin_opt, "lm")) != -1)
bin/ksh/c_ksh.c
170
while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
bin/ksh/c_ksh.c
260
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != -1)
bin/ksh/c_ksh.c
32
while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
bin/ksh/c_ksh.c
434
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != -1)
bin/ksh/c_ksh.c
594
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != -1) {
bin/ksh/c_ksh.c
861
while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
bin/ksh/c_ksh.c
995
while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
bin/ksh/c_sh.c
198
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
233
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
265
while ((optc = ksh_getopt(wp, &builtin_opt, "prsu,")) != -1)
bin/ksh/c_sh.c
39
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
431
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
479
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
522
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
564
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
652
while ((optc = ksh_getopt(wp, &builtin_opt, "fv")) != -1)
bin/ksh/c_sh.c
71
while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != -1)
bin/ksh/c_sh.c
801
while ((optc = ksh_getopt(wp, &opt, ":p")) != -1)
bin/ksh/c_ulimit.c
65
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != -1)
bin/ksh/c_ulimit.c
89
while ((optc = ksh_getopt(wp, &builtin_opt, options)) != -1)
bin/ksh/exec.c
469
while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
bin/ksh/history.c
73
while ((optc = ksh_getopt(wp, &builtin_opt,
bin/ksh/misc.c
366
while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
bin/ksh/sh.h
549
int ksh_getopt(char **, Getopt *, const char *);