Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/ftp/
Dftp.c346 sigfunc oldsigint; in command() local
370 oldsigint = xsignal(SIGINT, cmdabort); in command()
379 if (abrtflag && issighandler(oldsigint)) { in command()
380 (*oldsigint)(SIGINT); in command()
382 (void)xsignal(SIGINT, oldsigint); in command()
399 sigfunc oldsigint, oldsigalrm; in getreply() local
406 oldsigint = xsignal(SIGINT, cmdabort); in getreply()
444 (void)xsignal(SIGINT, oldsigint); in getreply()
464 (void)xsignal(SIGINT, oldsigint); in getreply()
527 (void)xsignal(SIGINT, oldsigint); in getreply()
[all …]