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

/openbsd-current/bin/ksh/
H A Dtrap.c26 if (i == SIGERR_) {
231 if (i == SIGEXIT_ || i == SIGERR_) { /* avoid recursion on these */
242 if (i == SIGEXIT_ || i == SIGERR_) {
352 if (p->signal == SIGEXIT_ || p->signal == SIGERR_)
H A Dsh.h247 #define SIGERR_ NSIG /* for trap ERR */ macro
H A Dmain.c676 runtrap(&sigtraps[SIGERR_]);
H A Dexec.c395 trapsig(SIGERR_);

Completed in 134 milliseconds