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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c163 static int joinsig = SIGTRAP; /* reader gets when writing is done */ variable
601 signal(joinsig, interrupt);
736 * sends the reader signal joinsig and that forces writedone to TRUE in the
759 sendsignal(joinsig);
1077 * Caught a signal - all except joinsig cause the program to quit. joinsig is
1088 if (sig != joinsig) {
1098 signal(joinsig, interrupt);

Completed in 59 milliseconds