Searched refs:OldSigIntAction (Results 1 – 1 of 1) sorted by relevance
29 static struct sigaction OldSigIntAction; variable53 if (sigaction(SIGINT, &IgnoreSignalAction, &OldSigIntAction) == -1) { in ExecuteCommand()61 (void)sigaction(SIGINT, &OldSigIntAction, NULL); in ExecuteCommand()73 (void)sigaction(SIGINT, &OldSigIntAction, NULL); in ExecuteCommand()131 if (sigaction(SIGINT, &OldSigIntAction, NULL) == -1) { in ExecuteCommand()