Searched refs:GF_ERROR (Results 1 – 4 of 4) sorted by relevance
397 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT); in parse_args()1045 if (go->flags & GF_ERROR) in ksh_getopt()1073 if (go->flags & GF_ERROR) in ksh_getopt()
540 ksh_getopt_reset(&builtin_opt, GF_ERROR); in comexec()1382 ksh_getopt_reset(&builtin_opt, GF_ERROR); in call_builtin()
1325 #define GF_ERROR BIT(0) /* call errorf() if there is an error */ macro
830 ksh_getopt_reset(&builtin_opt, GF_ERROR); in c_alias()