Searched refs:LSIGNAL (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/less/
H A Dsignal.c50 LSIGNAL(SIGINT, SIG_ACK);
52 LSIGNAL(SIGINT, u_interrupt);
78 LSIGNAL(SIGTSTP, stop);
94 LSIGNAL(SIGWINCH, winch);
109 LSIGNAL(SIGWIND, winch);
152 (void) LSIGNAL(SIGINT, u_interrupt);
157 (void) LSIGNAL(SIGTSTP, stop);
160 (void) LSIGNAL(SIGWINCH, winch);
163 (void) LSIGNAL(SIGWIND, winch);
166 (void) LSIGNAL(SIGQUI
[all...]
H A Dlsystem.c326 LSIGNAL(SIGPIPE, SIG_IGN);
357 LSIGNAL(SIGPIPE, SIG_DFL);
H A Dless.h450 #define LSIGNAL(sig,func) os9_signal(sig,func) macro
452 #define LSIGNAL(sig,func) signal(sig,func) macro
H A Dscreen.c589 LSIGNAL(SIGINT, SIG_IGN);

Completed in 315 milliseconds