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

/external/mksh/src/
H A Dmisc.c382 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
987 * - accepts +c as well as -c IF the GF_PLUSOPT flag is present. If an
1010 (!(go->flags & GF_PLUSOPT) || flag != '+')) ||
H A Dfuncs.c681 builtin_opt.flags |= GF_PLUSOPT;
1018 builtin_opt.flags |= GF_PLUSOPT;
1421 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT);
H A Dsh.h948 #define GF_PLUSOPT BIT(1) /* allow +c as an option */ macro

Completed in 2427 milliseconds