Home
last modified time | relevance | path

Searched refs:ksh_getopt (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dfuncs.c232 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1) in c_pwd()
347 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_print()
500 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_whence()
684 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) { in c_typeset()
1008 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) { in c_alias()
1152 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1) in c_unalias()
1231 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1) in c_jobs()
1272 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_fgbg()
1317 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1) in c_kill()
1421 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_getopts()
[all …]
Dmisc.c357 while ((optc = ksh_getopt(argv, &go, opts)) != -1) { in parse_args()
949 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) in ksh_getopt() function
1752 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1) in c_cd()
Dhistrap.c103 while ((optc = ksh_getopt(wp, &builtin_opt, in c_fc()
Dsh.h1912 int ksh_getopt(const char **, Getopt *, const char *);
Dexec.c566 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p') in comexec()