Searched refs:ksh_getopt (Results 1 – 7 of 7) sorted by relevance
/third_party/mksh/ |
D | funcs.c | 255 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1) in c_pwd() 394 while ((c = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_print() 614 while ((optc = ksh_getopt(wp, &builtin_opt, Tpv)) != -1) in c_whence() 638 while ((optc = ksh_getopt(wp, &builtin_opt, TpVv)) != -1) in c_command() 803 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) { in c_alias() 952 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1) in c_unalias() 1031 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1) in c_jobs() 1072 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_fgbg() 1116 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1) in c_kill() 1236 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_getopts() [all …]
|
D | ulimit.c | 207 while ((optc = ksh_getopt(wp, &builtin_opt, rlimits_opts)) != -1) in c_ulimit()
|
D | misc.c | 403 while ((optc = ksh_getopt(argv, &go, opts)) != -1) { in parse_args() 1290 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) in ksh_getopt() function 2174 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1) in c_cd()
|
D | exec.c | 543 while ((optc = ksh_getopt(ap, &builtin_opt, "a:c")) != -1) in comexec() 571 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p') in comexec()
|
D | histrap.c | 100 while ((optc = ksh_getopt(wp, &builtin_opt, in c_fc()
|
D | var.c | 1916 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) { in c_typeset()
|
D | sh.h | 2651 int ksh_getopt(const char **, Getopt *, const char *);
|