Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c227 static RlcTimerHook _rlc_timer_hook; variable
1245 if ( _rlc_timer_hook && wParam >= RLC_APPTIMER_ID ) in rlc_wnd_proc()
1246 { (*_rlc_timer_hook)((int) wParam); in rlc_wnd_proc()
3444 { RlcTimerHook old = _rlc_timer_hook; in rlc_timer_hook()
3446 _rlc_timer_hook = new; in rlc_timer_hook()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c240 static RlcTimerHook _rlc_timer_hook; variable
1337 if ( _rlc_timer_hook && wParam >= RLC_APPTIMER_ID ) in rlc_wnd_proc()
1338 { (*_rlc_timer_hook)((int) wParam); in rlc_wnd_proc()
3626 { RlcTimerHook old = _rlc_timer_hook; in rlc_timer_hook()
3628 _rlc_timer_hook = new; in rlc_timer_hook()