Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ed/
H A Ded.c1519 void (*savint)(); in unixcom() local
1601 savint = signal(SIGINT, SIG_IGN); in unixcom()
1604 signal(SIGINT, savint); in unixcom()
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c1980 void (*savint)(); in command() local
2001 savint = signal(SIGINT, SIG_IGN); in command()
2003 signal(SIGINT, savint); in command()