Home | History | Annotate | Download | only in ksh

Lines Matching refs:ksh_getopt

34 	while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
180 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
269 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
439 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
600 * (see the # kludge in ksh_getopt()).
602 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF) {
868 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != EOF) {
1003 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != EOF)
1078 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnzZ")) != EOF)
1130 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1196 while ((optc = ksh_getopt(wp, &builtin_opt, "ls:")) != EOF)
1311 if (ksh_getopt(wp, &builtin_opt, null) == '?')
1353 optc = ksh_getopt(wp, &user_opt, options);
1407 while ((optc = ksh_getopt(wp, &builtin_opt, "lm")) != EOF)