Searched refs:GF_PLUSOPT (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dmisc.c307 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
795 * - accepts +c as well as -c IF the GF_PLUSOPT flag is present. If an
817 (!(go->flags & GF_PLUSOPT) || flag != '+')) ||
H A Dfuncs.c902 builtin_opt.flags |= GF_PLUSOPT;
1210 builtin_opt.flags |= GF_PLUSOPT;
1602 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT);
H A Dsh.h753 #define GF_PLUSOPT BIT(1) /* allow +c as an option */ macro

Completed in 243 milliseconds