Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c229 static RlcRenderAllHook _rlc_render_all_hook; variable
1253 if ( _rlc_render_all_hook ) in rlc_wnd_proc()
1254 { (*_rlc_render_all_hook)(); in rlc_wnd_proc()
3460 { RlcRenderAllHook old = _rlc_render_all_hook; in rlc_render_all_hook()
3462 _rlc_render_all_hook = new; in rlc_render_all_hook()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c242 static RlcRenderAllHook _rlc_render_all_hook; variable
1345 if ( _rlc_render_all_hook ) in rlc_wnd_proc()
1346 { (*_rlc_render_all_hook)(); in rlc_wnd_proc()
3642 { RlcRenderAllHook old = _rlc_render_all_hook; in rlc_render_all_hook()
3644 _rlc_render_all_hook = new; in rlc_render_all_hook()