Searched refs:LSIGNAL (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/less/ |
| H A D | signal.c | 50 LSIGNAL(SIGINT, SIG_ACK); 52 LSIGNAL(SIGINT, u_interrupt); 78 LSIGNAL(SIGTSTP, stop); 103 LSIGNAL(SIG_LESSWINDOW, winch); 157 (void) LSIGNAL(SIGTSTP, stop); 160 (void) LSIGNAL(SIGWINCH, winch); 163 (void) LSIGNAL(SIGWIND, winch); 218 LSIGNAL(SIGTTOU, SIG_IGN); in psignals() 225 LSIGNAL(SIGTTOU, SIG_DFL); in psignals() 227 LSIGNAL(SIGTSTP, SIG_DFL); in psignals() [all …]
|
| H A D | lsystem.c | 326 LSIGNAL(SIGPIPE, SIG_IGN); 357 LSIGNAL(SIGPIPE, SIG_DFL);
|
| H A D | less.h | 478 #define LSIGNAL(sig,func) os9_signal(sig,func) macro 480 #define LSIGNAL(sig,func) signal(sig,func) macro
|
| H A D | screen.c | 600 LSIGNAL(SIGINT, SIG_IGN);
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | condition.c | 28 #define LSIGNAL 0 macro 46 cond->events[LSIGNAL] = h; in isc_condition_init() 85 newthread->handle[LSIGNAL] = gblcond->events[LSIGNAL]; in register_thread() 133 if (!SetEvent(cond->events[LSIGNAL])) { in isc_condition_signal() 178 (void)CloseHandle(cond->events[LSIGNAL]); in isc_condition_destroy()
|