Searched refs:ksh_SIGERR (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dhistrap.c983 if (i == ksh_SIGERR) {
1249 if (i == ksh_SIGEXIT || i == ksh_SIGERR) {
1262 if (i == ksh_SIGEXIT || i == ksh_SIGERR) {
1384 if (p->signal == ksh_SIGEXIT || p->signal == ksh_SIGERR)
H A Dmain.c861 trapsig(ksh_SIGERR);
875 runtrap(&sigtraps[ksh_SIGERR], trap_nested == 1);
H A Dexec.c480 trapsig(ksh_SIGERR);
H A Dsh.h892 #define ksh_SIGERR NSIG /* for trap ERR */ macro

Completed in 94 milliseconds