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

/macosx-10.10/less-25/less/
H A Dsignal.c49 LSIGNAL(SIGINT, SIG_ACK);
51 LSIGNAL(SIGINT, u_interrupt);
77 LSIGNAL(SIGTSTP, stop);
93 LSIGNAL(SIGWINCH, winch);
108 LSIGNAL(SIGWIND, winch);
151 (void) LSIGNAL(SIGINT, u_interrupt);
156 (void) LSIGNAL(SIGTSTP, stop);
159 (void) LSIGNAL(SIGWINCH, winch);
162 (void) LSIGNAL(SIGWIND, winch);
165 (void) LSIGNAL(SIGQUI
[all...]
H A Dlsystem.c322 LSIGNAL(SIGPIPE, SIG_IGN);
353 LSIGNAL(SIGPIPE, SIG_DFL);
H A Dless.h449 #define LSIGNAL(sig,func) os9_signal(sig,func) macro
451 #define LSIGNAL(sig,func) signal(sig,func) macro
H A Dscreen.c594 LSIGNAL(SIGINT, SIG_IGN);
/macosx-10.10/bind9-45.101/bind9/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]);
/macosx-10.10/ntp-92/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 180 milliseconds