Home | History | Annotate | Download | only in src

Lines Matching refs:ksh_getopt

357 	while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
949 ksh_getopt(const char **argv, Getopt *go, const char *optionsp)
1752 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1)