Searched defs:oldint (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c610 struct sigaction oldint; local
625 sigaction(SIGINT, NULL, &oldint);
643 if (oldint.sa_handler != SIG_IGN)
664 if (oldint.sa_handler != SIG_IGN)
665 sigaction(SIGINT, &oldint, NULL);
683 if (oldint.sa_handler != SIG_IGN)
684 sigaction(SIGINT, &oldint, NULL);
735 struct sigaction oldint; local
752 sigaction(SIGINT, NULL, &oldint);
753 if (oldint
[all...]
H A Dmemory.c87 struct sigaction oldint; local
116 sigaction(SIGINT, NULL, &oldint);
134 if (oldint.sa_handler != SIG_IGN)
166 if (oldint.sa_handler != SIG_IGN)
167 sigaction(SIGINT, &oldint, NULL);
185 if (oldint.sa_handler != SIG_IGN)
186 sigaction(SIGINT, &oldint, NULL);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A DlibvtsSUNWefb.c610 struct sigaction oldint; local
625 sigaction(SIGINT, NULL, &oldint);
643 if (oldint.sa_handler != SIG_IGN)
664 if (oldint.sa_handler != SIG_IGN)
665 sigaction(SIGINT, &oldint, NULL);
683 if (oldint.sa_handler != SIG_IGN)
684 sigaction(SIGINT, &oldint, NULL);
757 struct sigaction oldint; local
774 sigaction(SIGINT, NULL, &oldint);
775 if (oldint
[all...]
H A Dmemory.c87 struct sigaction oldint; local
116 sigaction(SIGINT, NULL, &oldint);
134 if (oldint.sa_handler != SIG_IGN)
168 if (oldint.sa_handler != SIG_IGN)
169 sigaction(SIGINT, &oldint, NULL);
187 if (oldint.sa_handler != SIG_IGN)
188 sigaction(SIGINT, &oldint, NULL);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.c604 struct sigaction oldint; local
619 sigaction(SIGINT, NULL, &oldint);
637 if (oldint.sa_handler != SIG_IGN)
658 if (oldint.sa_handler != SIG_IGN)
659 sigaction(SIGINT, &oldint, NULL);
677 if (oldint.sa_handler != SIG_IGN)
678 sigaction(SIGINT, &oldint, NULL);
H A Dmemory.c88 struct sigaction oldint; local
120 sigaction(SIGINT, NULL, &oldint);
138 if (oldint.sa_handler != SIG_IGN)
165 if (oldint.sa_handler != SIG_IGN)
166 sigaction(SIGINT, &oldint, NULL);
184 if (oldint.sa_handler != SIG_IGN)
185 sigaction(SIGINT, &oldint, NULL);

Completed in 17 milliseconds