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);
757 struct sigaction oldint;
774 sigaction(SIGINT, NULL, &oldint);
775 if (oldint.sa_handler != SIG_IGN) {