Lines Matching defs:oldint
610 struct sigaction oldint;
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;
752 sigaction(SIGINT, NULL, &oldint);
753 if (oldint.sa_handler != SIG_IGN) {