Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dc_ulimit.c88 ksh_getopt_reset(&builtin_opt, GF_ERROR); in c_ulimit()
H A Dmisc.c365 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT); in parse_args()
911 if (go->flags & GF_ERROR) in ksh_getopt()
937 if (go->flags & GF_ERROR) in ksh_getopt()
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); in c_alias()
H A Dexec.c1033 ksh_getopt_reset(&builtin_opt, GF_ERROR); in call_builtin()