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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c736 struct sigaction oldquit; local
759 sigaction(SIGQUIT, NULL, &oldquit);
760 if (oldquit.sa_handler != SIG_IGN) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A DlibvtsSUNWefb.c758 struct sigaction oldquit; local
781 sigaction(SIGQUIT, NULL, &oldquit);
782 if (oldquit.sa_handler != SIG_IGN) {

Completed in 54 milliseconds