Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dmisc.c382 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT); in parse_args()
1030 if (go->flags & GF_ERROR) in ksh_getopt()
1058 if (go->flags & GF_ERROR) in ksh_getopt()
Dexec.c1278 ksh_getopt_reset(&builtin_opt, GF_ERROR); in call_builtin()
Dsh.h947 #define GF_ERROR BIT(0) /* call errorf() if there is an error */ macro
Dfuncs.c1077 ksh_getopt_reset(&builtin_opt, GF_ERROR); in c_alias()