Searched refs:ksh_getopt (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 250 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1) in c_pwd() 389 while ((c = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_print() 609 while ((optc = ksh_getopt(wp, &builtin_opt, Tpv)) != -1) in c_whence() 633 while ((optc = ksh_getopt(wp, &builtin_opt, TpVv)) != -1) in c_command() 782 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) { in c_alias() 931 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1) in c_unalias() 1010 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1) in c_jobs() 1051 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_fgbg() 1095 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1) in c_kill() 1215 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_getopts() [all …]
|
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 2167 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() 570 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 | 2653 int ksh_getopt(const char **, Getopt *, const char *);
|