Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c47 void intcopy(void); /* interrupt routine for file transfers */
151 f = signal(SIGINT, (sig_handler_t)intcopy); in transfer()
228 (void) signal(SIGPIPE, (sig_handler_t)intcopy); in pipefile()
305 ointr = signal(SIGINT, (sig_handler_t)intcopy); in transmit()
690 intcopy(void) in intcopy() function