Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dsignal.c31 static RETSIGTYPE u_interrupt __P((int));
52 static RETSIGTYPE u_interrupt(int type) in u_interrupt() function
58 LSIGNAL(SIGINT, u_interrupt); in u_interrupt()
157 (void) LSIGNAL(SIGINT, u_interrupt); in init_signals()