Searched refs:GF_ERROR (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/bin/ksh/
H A Dc_ulimit.c88 ksh_getopt_reset(&builtin_opt, GF_ERROR);
H A Dmisc.c365 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
854 * If GF_ERROR is set (and option doesn't start with :), errors result in
911 if (go->flags & GF_ERROR)
937 if (go->flags & GF_ERROR)
H A Dsh.h295 #define GF_ERROR BIT(0) /* call errorf() if there is an error */ macro
H A Dc_ksh.c911 ksh_getopt_reset(&builtin_opt, GF_ERROR);
H A Dexec.c1033 ksh_getopt_reset(&builtin_opt, GF_ERROR);

Completed in 275 milliseconds