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

/freebsd-current/usr.bin/login/
H A Dlogin.c869 struct sigaction newint, oldint; local
879 sigaction(SIGINT, &newint, &oldint);
882 sigaction(SIGINT, &oldint, NULL);

Completed in 166 milliseconds