Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/cl/
H A Dcl_main.c39 static int setsig(int, struct sigaction *, void (*)(int));
290 setsig(SIGHUP, &clp->oact[INDX_HUP], h_hup) || in sig_init()
292 setsig(SIGINT, &clp->oact[INDX_INT], h_int) || in sig_init()
294 setsig(SIGTERM, &clp->oact[INDX_TERM], h_term) in sig_init()
298 setsig(SIGWINCH, &clp->oact[INDX_WINCH], h_winch) in sig_init()
305 if (setsig(SIGHUP, NULL, h_hup) || in sig_init()
306 setsig(SIGINT, NULL, h_int) || in sig_init()
307 setsig(SIGTERM, NULL, h_term) in sig_init()
310 setsig(SIGWINCH, NULL, h_winch) in sig_init()
323 setsig(int signo, struct sigaction *oactp, void (*handler)(int)) in setsig() function
/freebsd/sys/dev/uart/
H A Duart_if.m81 # when they were changed by a call to setsig. The delta bits maintained
137 # setsig() - set line and modem signals.
142 METHOD int setsig {