Home
last modified time | relevance | path

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

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