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

  /external/mksh/src/
misc.c 401 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
990 * If GF_ERROR is set (and option doesn't start with :), errors result in
1049 if (go->flags & GF_ERROR)
1077 if (go->flags & GF_ERROR)
    [all...]
exec.c 1279 ksh_getopt_reset(&builtin_opt, GF_ERROR);
    [all...]
sh.h 932 #define GF_ERROR BIT(0) /* call errorf() if there is an error */
    [all...]
funcs.c 1065 ksh_getopt_reset(&builtin_opt, GF_ERROR);
    [all...]

Completed in 52 milliseconds