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 238 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
353 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
506 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
689 * (see the # kludge in ksh_getopt()).
691 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) {
1019 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != -1) {
1163 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != -1)
1242 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != -1)
1283 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1328 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != -1
    [all...]
misc.c 383 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
992 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 561 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
593 * mean to use ksh_getopt here and possibly ad-
596 * ksh_getopt already but can't come back here)
    [all...]
sh.h     [all...]

Completed in 387 milliseconds