OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ksh_SIGERR
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
histrap.c
981
if (i ==
ksh_SIGERR
) {
1247
if (i == ksh_SIGEXIT || i ==
ksh_SIGERR
) {
1260
if (i == ksh_SIGEXIT || i ==
ksh_SIGERR
) {
1382
if (p->signal == ksh_SIGEXIT || p->signal ==
ksh_SIGERR
)
[
all
...]
main.c
887
trapsig(
ksh_SIGERR
);
900
runtrap(&sigtraps[
ksh_SIGERR
], trap_nested == 1);
[
all
...]
exec.c
485
trapsig(
ksh_SIGERR
);
[
all
...]
sh.h
878
#define
ksh_SIGERR
NSIG /* for trap ERR */
[
all
...]
Completed in 27 milliseconds