Searched refs:ksh_getopt (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | funcs.c | 242 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1) in c_pwd() 358 while ((c = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_print() 524 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_whence() 719 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) { in c_typeset() 1051 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) { in c_alias() 1195 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1) in c_unalias() 1274 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1) in c_jobs() 1315 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_fgbg() 1360 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1) in c_kill() 1476 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_getopts() [all …]
|
D | misc.c | 399 while ((optc = ksh_getopt(argv, &go, opts)) != -1) { in parse_args() 1007 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) in ksh_getopt() function 1805 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1) in c_cd()
|
D | exec.c | 564 while ((optc = ksh_getopt(ap, &builtin_opt, "a:c")) != -1) in comexec() 588 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p') in comexec()
|
D | histrap.c | 106 while ((optc = ksh_getopt(wp, &builtin_opt, in c_fc()
|
D | sh.h | 1939 int ksh_getopt(const char **, Getopt *, const char *);
|