HomeSort by relevance Sort by last modified time
    Searched refs:ksh_getopt (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
funcs.c 232 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
347 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
500 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
682 * (see the # kludge in ksh_getopt()).
684 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) {
1008 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
1152 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
1231 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1)
1272 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1317 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1
    [all...]
misc.c 357 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
949 ksh_getopt(const char **argv, Getopt *go, const char *optionsp) function
    [all...]
histrap.c 103 while ((optc = ksh_getopt(wp, &builtin_opt,
    [all...]
exec.c 566 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
598 * mean to use ksh_getopt here and possibly ad-
601 * ksh_getopt already but can't come back here)
    [all...]
sh.h     [all...]

Completed in 191 milliseconds