Home
last modified time | relevance | path

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

/freebsd/usr.bin/tip/tip/
H A Dcmds.c53 static void stopsnd(int); /* SIGINT handler during file transfers */
253 stopsnd(int signo) in stopsnd() function
304 f = signal(SIGINT, stopsnd); in transmit()