Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c238 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1) in c_pwd()
353 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_print()
506 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) in c_whence()
701 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) { in c_typeset()
1029 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) { in c_alias()
1173 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1) in c_unalias()
1252 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1) in c_jobs()
1293 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_fgbg()
1338 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1) in c_kill()
1444 if (ksh_getopt(wp, &builtin_opt, null) == '?') in c_getopts()
[all …]
Dmisc.c393 while ((optc = ksh_getopt(argv, &go, opts)) != -1) { in parse_args()
1001 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) in ksh_getopt() function
1797 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1) in c_cd()
Dexec.c559 while ((optc = ksh_getopt(ap, &builtin_opt, "a:c")) != -1) in comexec()
583 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p') in comexec()
Dhistrap.c103 while ((optc = ksh_getopt(wp, &builtin_opt, in c_fc()
Dsh.h1872 int ksh_getopt(const char **, Getopt *, const char *);