HomeSort by relevance Sort by last modified time
    Searched refs:GF_PLUSOPT (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
misc.c 401 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
1006 * - accepts +c as well as -c IF the GF_PLUSOPT flag is present. If an
1029 (!(go->flags & GF_PLUSOPT) || flag != '+')) ||
    [all...]
funcs.c 673 builtin_opt.flags |= GF_PLUSOPT;
1006 builtin_opt.flags |= GF_PLUSOPT;
1407 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT);
    [all...]
sh.h 933 #define GF_PLUSOPT BIT(1) /* allow +c as an option */
    [all...]

Completed in 440 milliseconds