Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmglobal.c98 struct sigaction Sigint; /* SIGINT */ variable
H A Dtmextern.h203 extern struct sigaction Sigint; /* SIGINT */
H A Dtmchild.c609 (void) sigaction(SIGINT, &Sigint, NULL); in invoke_service()
H A Dttymon.c97 (void) sigaction(SIGINT, NULL, &Sigint); in main()