Home
last modified time | relevance | path

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

/freebsd/usr.bin/tip/tip/
H A Dcmds.c54 static void intcopy(int); /* interrupt routine for file transfers */
162 f = signal(SIGINT, intcopy); in transfer()
229 signal(SIGPIPE, intcopy); in pipefile()
680 intcopy(int signo) in intcopy() function