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
333
ksh_getopt_reset(&go,
GF_ERROR
|GF_PLUSOPT);
908
* If
GF_ERROR
is set (and option doesn't start with :), errors result in
967
if (go->flags &
GF_ERROR
)
995
if (go->flags &
GF_ERROR
)
[
all
...]
exec.c
1256
ksh_getopt_reset(&builtin_opt,
GF_ERROR
);
[
all
...]
sh.h
798
#define
GF_ERROR
BIT(0) /* call errorf() if there is an error */
[
all
...]
funcs.c
1042
ksh_getopt_reset(&builtin_opt,
GF_ERROR
);
[
all
...]
Completed in 368 milliseconds