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

  /src/bin/ksh/
trap.c 51 sigtraps[SIGHUP].flags |= TF_FATAL;
138 if ((p->flags & TF_FATAL) && !p->trap) {
156 runtraps(TF_DFL_INTR|TF_FATAL);
170 if (p->set && (p->flags & (TF_DFL_INTR|TF_FATAL)))
188 || ((p->flags & (TF_DFL_INTR|TF_FATAL))
220 if (flag & TF_FATAL)
239 if (p->flags & TF_FATAL) {
321 if ((p->flags & (TF_DFL_INTR|TF_FATAL)) && f == SIG_DFL)
sh.h 379 #define TF_FATAL BIT(9) /* causes termination if not trapped */
jobs.c 1136 runtraps(TF_FATAL);

Completed in 16 milliseconds