Searched refs:intsave (Results 1 – 1 of 1) sorted by relevance
45 struct sigaction intsave, quitsave; in system() local68 sigaction(SIGINT, NULL, &intsave); in system()74 sigaction(SIGINT, &intsave, NULL); in system()