Searched refs:ofunc (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Doption.h63 void (*ofunc)(); /* Pointer to special handling function */ member in struct:loption
H A Doption.c97 (*pendopt->ofunc)(INIT, s);
282 if (o->ofunc != NULL)
283 (*o->ofunc)(INIT, str);
439 if (o->ofunc != NULL)
440 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s);
H A Dopttbl.c484 (*(o->ofunc))(INIT, (char *) NULL);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Docd.c379 static void (*ofunc) ();
385 signal (signo, ofunc);
437 ofunc = (void (*)()) signal (SIGINT, ocd_interrupt);
438 signal (SIGINT, ofunc);
375 static void (*ofunc) (); variable
H A Dremote-sds.c372 static void (*ofunc) ();
379 signal (signo, ofunc);
419 ofunc = (void (*)()) signal (SIGINT, sds_interrupt);
421 signal (SIGINT, ofunc);
369 static void (*ofunc) (); variable
H A Dnto-procfs.c54 static void (*ofunc) (); variable
594 signal (signo, ofunc);
632 ofunc = (void (*)()) signal (SIGINT, nto_interrupt);
634 signal (SIGINT, ofunc);
H A Dmonitor.c116 static void (*ofunc) (); /* Old SIGINT signal handler */ variable
1014 signal (signo, ofunc);
1042 signal (SIGINT, ofunc);
1105 ofunc = (void (*)()) signal (SIGINT, monitor_interrupt);
1135 signal (SIGINT, ofunc);
H A Dremote.c2756 static void (*ofunc) (int);
2780 signal (signo, ofunc);
2903 ofunc = signal (SIGINT, remote_interrupt);
2905 signal (SIGINT, ofunc);
3089 ofunc = signal (SIGINT, remote_interrupt);
3096 signal (SIGINT, ofunc);
2748 static void (*ofunc) (int); variable
/freebsd-9.3-release/sys/dev/qlxge/
H A Dqls_dump.c484 uint32_t ofunc; local
488 ofunc = qls_get_other_fnum(ha);
490 if (ofunc == Q81_INVALID_NUM)
493 reg = Q81_CTL_PROC_ADDR_REG_BLOCK | (ofunc << Q81_FUNCTION_SHIFT) | reg;
506 uint32_t ofunc; local
509 ofunc = qls_get_other_fnum(ha);
511 if (ofunc == Q81_INVALID_NUM)
514 reg = Q81_CTL_PROC_ADDR_REG_BLOCK | (ofunc << Q81_FUNCTION_SHIFT) | reg;
/freebsd-9.3-release/sys/net/
H A Dbpf.c1743 bpf_jit_filter *jfunc, *ofunc; local
1772 jfunc = ofunc = NULL;
1815 ofunc = d->bd_bfilter;
1839 if (ofunc != NULL)
1840 bpf_destroy_jit_filter(ofunc);

Completed in 133 milliseconds