Home | History | Annotate | Download | only in openssh

Lines Matching refs:SIGINT

92 /* SIGINT received during command processing */
1947 signal(SIGINT, SIG_IGN);
1987 signal(SIGINT, cmd_interrupt);
2044 * ignore SIGINT if we want to gracefully abort commands,
2049 signal(SIGINT, SIG_IGN);
2057 signal(SIGINT, killchild);