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

  /src/bin/ksh/
trap.c 48 sigtraps[SIGINT].flags |= TF_DFL_INTR | TF_TTY_INTR;
49 sigtraps[SIGQUIT].flags |= TF_DFL_INTR | TF_TTY_INTR;
50 sigtraps[SIGTERM].flags |= TF_DFL_INTR;/* not fatal for interactive */
136 if (p->flags & TF_DFL_INTR)
156 runtraps(TF_DFL_INTR|TF_FATAL);
168 /* todo: should check if signal is fatal, not the TF_DFL_INTR flag */
170 if (p->set && (p->flags & (TF_DFL_INTR|TF_FATAL)))
177 * occurred for which a trap has been set or for which the TF_DFL_INTR flag
188 || ((p->flags & (TF_DFL_INTR|TF_FATAL))
218 if (flag & TF_DFL_INTR)
    [all...]
sh.h 376 #define TF_DFL_INTR BIT(6) /* when received, default action is LINTR */

Completed in 12 milliseconds