Searched refs:newaction (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/less-25/less/
H A Dcommand.c919 int newaction; local
934 newaction = A_NOACTION;
966 if (newaction == A_NOACTION)
973 if (newaction != A_NOACTION)
975 action = newaction;
976 newaction = A_NOACTION;
1178 newaction = A_F_FOREVER;
/macosx-10.10.1/nano-12/src/
H A Dtext.c435 struct sigaction oldaction, newaction; local
480 if (sigaction(SIGINT, NULL, &newaction) == -1) {
484 newaction.sa_handler = cancel_command;
485 if (sigaction(SIGINT, &newaction, &oldaction) == -1) {

Completed in 180 milliseconds