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

/freebsd-12-stable/contrib/less/
H A Dsignal.c53 LSIGNAL(SIGINT, SIG_ACK);
55 LSIGNAL(SIGINT, u_interrupt);
85 LSIGNAL(SIGTSTP, stop);
110 LSIGNAL(SIG_LESSWINDOW, winch);
166 (void) LSIGNAL(SIGINT, u_interrupt);
169 (void) LSIGNAL(SIGTSTP, secure ? SIG_IGN : stop);
172 (void) LSIGNAL(SIGWINCH, winch);
175 (void) LSIGNAL(SIGWIND, winch);
178 (void) LSIGNAL(SIGQUIT, SIG_IGN);
181 (void) LSIGNAL(SIGTER
[all...]
H A Dlsystem.c332 LSIGNAL(SIGPIPE, SIG_IGN);
363 LSIGNAL(SIGPIPE, SIG_DFL);
H A Dless.h504 #define LSIGNAL(sig,func) os9_signal(sig,func) macro
506 #define LSIGNAL(sig,func) signal(sig,func) macro
H A Dscreen.c642 LSIGNAL(SIGINT, SIG_IGN);
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dcondition.c28 #define LSIGNAL 0 macro
46 cond->events[LSIGNAL] = h;
85 newthread->handle[LSIGNAL] = gblcond->events[LSIGNAL];
133 if (!SetEvent(cond->events[LSIGNAL])) {
178 (void)CloseHandle(cond->events[LSIGNAL]);

Completed in 123 milliseconds