Home
last modified time | relevance | path

Searched refs:rlc_get (Results 1 – 5 of 5) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-ntmain.c256 if ( rlc_get(handle, RLC_PROLOG_INPUT, &v) && v && in Srlc_close()
260 } else if ( rlc_get(handle, RLC_PROLOG_OUTPUT, &v) && v && in Srlc_close()
264 } else if ( rlc_get(handle, RLC_PROLOG_ERROR, &v) && v && in Srlc_close()
270 rlc_get(handle, RLC_PROLOG_INPUT, &v) && v == 0L && in Srlc_close()
271 rlc_get(handle, RLC_PROLOG_OUTPUT, &v) && v == 0L ) in Srlc_close()
850 if ( rlc_get(c, RLC_PROLOG_WINDOW, &hwnd) && hwnd ) in create_prolog_hidden_window()
913 if ( rlc_get(c, RLC_APPLICATION_THREAD_ID, &val) ) in interrupt()
922 if ( rlc_get(c, RLC_PROLOG_WINDOW, &val) ) in interrupt()
941 if ( rlc_get(c, RLC_PROLOG_WINDOW, &hwnd) ) in menu_select()
/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.h172 _export int rlc_get(rlc_console c, int what,
H A Dconsole.c3518 rlc_get(rlc_console c, int what, uintptr_t *data) in rlc_get() function
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.h178 _export int rlc_get(rlc_console c, int what,
H A Dconsole.c3700 rlc_get(rlc_console c, int what, uintptr_t *data) in rlc_get() function