Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c230 static RlcInterruptHook _rlc_interrupt_hook; variable
892 if ( _rlc_interrupt_hook ) in rlc_kill()
893 { (*_rlc_interrupt_hook)(b, SIGINT); in rlc_kill()
925 { if ( _rlc_interrupt_hook ) in rlc_interrupt()
926 (*_rlc_interrupt_hook)((rlc_console)b, SIGINT); in rlc_interrupt()
3468 { RlcInterruptHook old = _rlc_interrupt_hook; in rlc_interrupt_hook()
3470 _rlc_interrupt_hook = new; in rlc_interrupt_hook()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c243 static RlcInterruptHook _rlc_interrupt_hook; variable
961 if ( _rlc_interrupt_hook ) in rlc_kill()
962 { (*_rlc_interrupt_hook)(b, SIGINT); in rlc_kill()
994 { if ( _rlc_interrupt_hook ) in rlc_interrupt()
995 (*_rlc_interrupt_hook)((rlc_console)b, SIGINT); in rlc_interrupt()
3650 { RlcInterruptHook old = _rlc_interrupt_hook; in rlc_interrupt_hook()
3652 _rlc_interrupt_hook = new; in rlc_interrupt_hook()