Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c392 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT); in parse_args()
1019 (!(go->flags & GF_PLUSOPT) || flag != '+')) || in ksh_getopt()
Dfuncs.c691 builtin_opt.flags |= GF_PLUSOPT; in c_typeset()
1028 builtin_opt.flags |= GF_PLUSOPT; in c_alias()
1431 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT); in getopts_reset()
Dsh.h952 #define GF_PLUSOPT BIT(1) /* allow +c as an option */ macro