OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GF_ERROR
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
misc.c
356
ksh_getopt_reset(&go,
GF_ERROR
|GF_PLUSOPT);
928
* If
GF_ERROR
is set (and option doesn't start with :), errors result in
987
if (go->flags &
GF_ERROR
)
1015
if (go->flags &
GF_ERROR
)
[
all
...]
exec.c
1270
ksh_getopt_reset(&builtin_opt,
GF_ERROR
);
[
all
...]
sh.h
933
#define
GF_ERROR
BIT(0) /* call errorf() if there is an error */
[
all
...]
funcs.c
1066
ksh_getopt_reset(&builtin_opt,
GF_ERROR
);
[
all
...]
Completed in 912 milliseconds