HomeSort by: relevance | last modified time | path
    Searched refs:SIGERR_ (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
trap.c 22 { .signal = SIGERR_, .name = "ERR", .mess = "Error handler" },
253 if (i == SIGEXIT_ || i == SIGERR_) { /* avoid recursion on these */
264 if (i == SIGEXIT_ || i == SIGERR_) {
383 if (p->signal == SIGEXIT_ || p->signal == SIGERR_)
sh.h 392 #define SIGERR_ SIGNALS /* for trap ERR */
main.c 628 runtrap(&sigtraps[SIGERR_]);
exec.c 435 trapsig(SIGERR_);

Completed in 13 milliseconds