Searched refs:ksh_getopt (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_sh.c38 if (ksh_getopt(wp, &builtin_opt, null) == '?')
71 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != EOF)
191 if (ksh_getopt(wp, &builtin_opt, null) == '?')
227 if (ksh_getopt(wp, &builtin_opt, null) == '?')
261 while ((optc = ksh_getopt(wp, &builtin_opt, "prsu,")) != EOF)
437 if (ksh_getopt(wp, &builtin_opt, null) == '?')
482 if (ksh_getopt(wp, &builtin_opt, null) == '?')
542 if (ksh_getopt(wp, &builtin_opt, null) == '?')
585 if (ksh_getopt(wp, &builtin_opt, null) == '?')
676 while ((optc = ksh_getopt(w
[all...]
H A Dc_ksh.c37 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
196 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != EOF)
290 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
472 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
633 * (see the # kludge in ksh_getopt()).
635 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF) {
901 while ((optc = ksh_getopt(wp, &builtin_opt, "dprtUx")) != EOF) {
1036 while ((optc = ksh_getopt(wp, &builtin_opt, "adt")) != EOF)
1110 while ((optc = ksh_getopt(wp, &builtin_opt, "lpnz")) != EOF)
1151 if (ksh_getopt(w
[all...]
H A Dc_ulimit.c147 while ((optc = ksh_getopt(wp, &builtin_opt, options)) != EOF)
H A Dproto.h195 int ksh_getopt ARGS((char **, Getopt *, const char *));
H A Dmisc.c397 while ((optc = ksh_getopt(argv, &go, opts)) != EOF) {
972 ksh_getopt(argv, go, options) function
H A Dhistory.c99 while ((optc = ksh_getopt(wp, &builtin_opt, "e:glnrs0,1,2,3,4,5,6,7,8,9,")) != EOF)
H A Dexec.c520 while ((optc = ksh_getopt(ap, &builtin_opt, ":p"))

Completed in 123 milliseconds