Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 25 of 32) sorted by relevance

12

/original-bsd/usr.bin/telnet/
H A Dcommands.c334 if (s->handler) {
813 if (c->handler) {
832 void (*handler)(); member
964 if (c->handler)
965 (*c->handler)(1);
1035 if (c->handler)
1036 (*c->handler)(0);
1466 void (*handler)(); member
1542 void (*handler)(); member
1887 int (*handler)(); member
[all …]
/original-bsd/sys/news3400/iodev/
H A Dpsd.c137 set_inthandler(im, handler) in set_inthandler() argument
139 int (*handler)();
147 sci->sci_inthandler = handler;
/original-bsd/bin/sh/
H A Derror.c34 struct jmploc *handler; variable
51 if (handler == NULL)
54 longjmp(handler->loc, 1);
H A Dhistedit.c221 handler = savehandler;
222 longjmp(handler->loc, 1);
224 savehandler = handler;
225 handler = &jmploc;
H A Derror.h38 extern struct jmploc *handler;
H A Deval.c734 handler = savehandler;
735 longjmp(handler->loc, 1);
737 savehandler = handler;
738 handler = &jmploc;
749 handler = savehandler;
776 savehandler = handler;
777 handler = &jmploc;
793 handler = savehandler;
H A Dtrap.c340 handler = &loc1;
345 l1: handler = &loc2; /* probably unnecessary */
H A Dparser.c1210 handler = savehandler;
1211 longjmp(handler->loc, 1);
1220 savehandler = handler;
1221 handler = &jmploc;
1275 handler = savehandler;
H A Dmain.c120 handler = &jmploc;
/original-bsd/old/adb/scripts.vax/
H A Dframe1 ./"handler"16t"psr"16t"mask"nXx8txn"ap"16t"fp"16t"pc"n3X^pn
H A Dtrapframe1 ./"handler"16t"psr"16t"mask"nXx8txn"ap"16t"fp"16t"pc"n3X^p"r0"16t"r1"16t"r2"16t"r3"n4X"r4"16t"r5"16…
/original-bsd/sys/pmax/dev/
H A Ddtop.c134 int (*handler)(); member
185 dtop->device[i].handler = dtop_null_device_handler;
188 dtop->device[DTOP_DEVICE_NO(0x6a)].handler = dtop_locator_handler;
189 dtop->device[DTOP_DEVICE_NO(0x6c)].handler = dtop_keyboard_handler;
355 (void) (*dtop->device[devno].handler)
545 if (ds->handler == dtop_keyboard_handler) { in dtopKBDGetc()
/original-bsd/contrib/gcc-2.3.3/
H A Dlibgcc2.c1278 __set_new_handler (handler) in __set_new_handler() argument
1279 vfp handler; in __set_new_handler()
1284 if (handler == 0) handler = default_new_handler;
1285 __new_handler = handler;
1290 set_new_handler (handler) in set_new_handler() argument
1291 vfp handler; in set_new_handler()
1293 return __set_new_handler (handler);
/original-bsd/sys/hp300/stand/
H A Dsrt0.c186 movl BUSERR,__bsave | save ROM bus error handler address
188 movl #catchbad,BUSERR| plug in our handler
196 movl __bsave,BUSERR | got a bus error, so restore old handler
/original-bsd/sbin/init/
H A Dinit.c241 handle(sig_t handler, ...) in handle() argument
252 sig_t handler; in handle() local
255 handler = va_arg(ap, sig_t); in handle()
257 va_start(ap, handler); in handle()
260 sa.sa_handler = handler; in handle()
/original-bsd/sys/news3400/hbdev/
H A Dscsi_1185.c755 register int (*handler)(); in scsi_softreset() local
802 && (handler = scintsw[i].sci_inthandler)) { in scsi_softreset()
806 (*handler)(scintsw[i].sci_ctlr); in scsi_softreset()
906 register int (*handler)(); in sc_discon() local
982 && (handler = scintsw[cs->chan_num].sci_inthandler)) { in sc_discon()
986 (*handler)(scintsw[cs->chan_num].sci_ctlr); in sc_discon()
/original-bsd/sys/hp300/DOC/
H A DTODO.hp30016 Currently we can call a signal handler even if an excpetion
17 occurs in the middle of an instruction. This causes the handler
/original-bsd/usr.bin/tftp/
H A Dmain.c86 void (*handler) __P((int, char **)); member
594 (*c->handler)(margc, margv); in command()
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c194 int (*handler)(); /* routine which executes command */ member
3082 int (*handler)(); /* routine to do actual setting */ member
3213 if (c->handler) {
3214 retval &= (*c->handler)(c);
3387 (*mt->handler)();
3875 if ((*c->handler)(margc, margv)) {
/original-bsd/sys/netiso/
H A Dif_un.eg295 * unint - interrupt handler. find the cause of the interrupt and
296 * dispatch an appropriate handler routine.
333 * unrint - interrupt handler for packet reception.
652 * unxint - interrupt handler for transmit ready
958 /* save starting address so interrupt handler can find it */
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.c948 setsignal(sig, handler) in setsignal() argument
950 sigfunc_t handler;
953 return signal(sig, handler);
958 n.sa_handler = handler;
/original-bsd/usr.bin/uucp/UUAIDS/
H A Dsetup.tblms208 If you have implemented your own tty handler,
210 You should compare your own handler
/original-bsd/usr.bin/window/
H A DREADME95 Wwrint() is the interrupt handler for tty input. It reads input
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c577 int (*handler) (); member
681 saved_handlers->handler
692 signal (saved_handlers->code, saved_handlers->handler);
/original-bsd/usr.bin/uucp/DOC/
H A DREADME11 I recommend that you change the uucp mail handler in your sendmail.cf

12