Searched refs:termsig (Results 1 – 3 of 3) sorted by relevance
103 static int termsig = 0; variable107 termsig = sig; in noteterm()136 while (termsig == 0) { in spawn_loop()143 while (termsig == 0 && procs >= multi) { in spawn_loop()177 if (termsig) in spawn_loop()189 if (termsig) in spawn_loop()213 syslog(LOG_INFO, "terminating on signal: %d", termsig); in spawn_loop()
1245 int termsig; local1247 if ((termsig = WTERMSIG(j->last_proc->status)) > 0 &&1248 termsig < ksh_NSIG &&1249 (sigtraps[termsig].flags & TF_TTY_INTR))1250 trapsig(termsig);1604 int termsig = WTERMSIG(p->status); local1617 (termsig == SIGINT || termsig == SIGPIPE)) {1620 strlcpy(buf, termsig > 0 && termsig < ksh_NSIG ?1621 sigtraps[termsig].mess : "Signalled",