Searched refs:OldSigQuitAction (Results 1 – 1 of 1) sorted by relevance
32 static struct sigaction OldSigQuitAction; variable61 if (sigaction(SIGQUIT, &IgnoreSignalAction, &OldSigQuitAction) == -1) { in ExecuteCommand()75 (void)sigaction(SIGQUIT, &OldSigQuitAction, NULL); in ExecuteCommand()145 if (sigaction(SIGQUIT, &OldSigQuitAction, NULL) == -1) { in ExecuteCommand()