Searched refs:oldint (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | memory.c | 87 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);
|
H A D | libvtsSUNWast.c | 610 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...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | memory.c | 87 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);
|
H A D | libvtsSUNWefb.c | 610 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...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | memory.c | 88 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);
|
H A D | libvtsSUNWmga.c | 604 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);
|
Completed in 17 milliseconds