Searched refs:in_dotrap (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/bin/sh/
H A Dtrap.h38 extern int in_dotrap;
H A Dtrap.c78 int in_dotrap; /* do we execute in a trap handler? */ variable
409 in_dotrap++;
464 in_dotrap--;
506 if (in_dotrap && last_trapsig) {
H A Derror.c108 * The !in_dotrap here is safe. The only way we can arrive here
109 * with in_dotrap set is that a trap handler set SIGINT to SIG_DFL
113 if (suppressint && !in_dotrap) {

Completed in 95 milliseconds