Searched refs:ofunc (Results 1 – 9 of 9) sorted by relevance
/openbsd/usr.bin/less/ |
H A D | option.c | 95 (*pendopt->ofunc)(INIT, s); in scan_option() 308 if (o->ofunc != NULL) in scan_option() 309 (*o->ofunc)(INIT, str); in scan_option() 448 if (o->ofunc != NULL) in toggle_option() 449 (*o->ofunc)((how_toggle == OPT_NO_TOGGLE) ? QUERY : TOGGLE, s); in toggle_option()
|
H A D | option.h | 63 void (*ofunc)(int, char *); /* Pointer to special handling function */ member
|
H A D | opttbl.c | 446 (*(o->ofunc))(INIT, NULL); in init_option()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote-sds.c | 363 static void (*ofunc) (); variable 370 signal (signo, ofunc); in sds_interrupt_twice() 410 ofunc = (void (*)()) signal (SIGINT, sds_interrupt); in sds_wait() 412 signal (SIGINT, ofunc); in sds_wait()
|
H A D | ocd.c | 375 static void (*ofunc) (); variable 381 signal (signo, ofunc); in ocd_interrupt_twice() 433 ofunc = (void (*)()) signal (SIGINT, ocd_interrupt); in ocd_wait() 434 signal (SIGINT, ofunc); in ocd_wait()
|
H A D | monitor.c | 116 static void (*ofunc) (); /* Old SIGINT signal handler */ variable 1014 signal (signo, ofunc); in monitor_interrupt_twice() 1042 signal (SIGINT, ofunc); in monitor_wait_cleanup() 1105 ofunc = (void (*)()) signal (SIGINT, monitor_interrupt); in monitor_wait() 1135 signal (SIGINT, ofunc); in monitor_wait()
|
H A D | nto-procfs.c | 54 static void (*ofunc) (); variable 594 signal (signo, ofunc); in nto_interrupt_twice() 632 ofunc = (void (*)()) signal (SIGINT, nto_interrupt); in procfs_wait() 634 signal (SIGINT, ofunc); in procfs_wait()
|
H A D | remote.c | 2658 static void (*ofunc) (int); variable 2682 signal (signo, ofunc); in remote_interrupt_twice() 2805 ofunc = signal (SIGINT, remote_interrupt); in remote_wait() 2807 signal (SIGINT, ofunc); in remote_wait() 2991 ofunc = signal (SIGINT, remote_interrupt); in remote_async_wait() 2998 signal (SIGINT, ofunc); in remote_async_wait()
|
H A D | ChangeLog | 10826 (ofunc): Delete unused variable.
|