Home
last modified time | relevance | path

Searched refs:glk_window_set_echo_stream (Results 1 – 18 of 18) sorted by relevance

/dports/games/xglk/xglk/
H A Dgi_dispa.c169 { 0x002D, glk_window_set_echo_stream, "window_set_echo_stream" },
616 glk_window_set_echo_stream(arglist[0].opaqueref, arglist[1].opaqueref); in gidispatch_call()
H A Dglk.h203 extern void glk_window_set_echo_stream(winid_t win, strid_t str);
H A Dxg_window.c800 void glk_window_set_echo_stream(window_t *win, stream_t *str) in glk_window_set_echo_stream() function
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dos_glk.cpp545 g_vm->glk_window_set_echo_stream(gsc_main_window, nullptr); in gsc_put_char_uni()
556 g_vm->glk_window_set_echo_stream(gsc_main_window, gsc_transcript_stream); in gsc_put_char_uni()
1692 g_vm->glk_window_set_echo_stream(gsc_main_window, gsc_transcript_stream); in gsc_command_script()
1706 g_vm->glk_window_set_echo_stream(gsc_main_window, nullptr); in gsc_command_script()
/dports/games/scare/scare-1.3.10/source/
H A Dos_glk.c542 glk_window_set_echo_stream (gsc_main_window, NULL); in gsc_put_char_uni()
554 glk_window_set_echo_stream (gsc_main_window, gsc_transcript_stream); in gsc_put_char_uni()
1838 glk_window_set_echo_stream (gsc_main_window, gsc_transcript_stream); in gsc_command_script()
1854 glk_window_set_echo_stream (gsc_main_window, NULL); in gsc_command_script()
/dports/games/dungeon/dungeon-3.2_1/glkterm/
H A Dgi_dispa.c199 { 0x002D, glk_window_set_echo_stream, "window_set_echo_stream" },
802 glk_window_set_echo_stream(arglist[0].opaqueref, arglist[1].opaqueref); in gidispatch_call()
H A Dglk.h238 extern void glk_window_set_echo_stream(winid_t win, strid_t str);
H A Dgtwindow.c803 void glk_window_set_echo_stream(window_t *win, stream_t *str) in glk_window_set_echo_stream() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dglk_api.h98 void glk_window_set_echo_stream(winid_t win, strid_t str);
H A Dglk_api.cpp308 void GlkAPI::glk_window_set_echo_stream(winid_t win, strid_t str) { in glk_window_set_echo_stream() function in Glk::GlkAPI
H A Dglk_dispa.cpp653glk_window_set_echo_stream((Window *)arglist[0]._opaqueref, (Stream *)arglist[1]._opaqueref); in gidispatch_call()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dglk_api.h98 void glk_window_set_echo_stream(winid_t win, strid_t str);
H A Dglk_dispa.cpp653 glk_window_set_echo_stream((Window *)arglist[0]._opaqueref, (Stream *)arglist[1]._opaqueref); in gidispatch_call()
H A Dglk_api.cpp308 void GlkAPI::glk_window_set_echo_stream(winid_t win, strid_t str) { in glk_window_set_echo_stream() function in Glk::GlkAPI
/dports/games/scummvm/scummvm-2.5.1/engines/glk/level9/
H A Dos_glk.cpp2742 g_vm->glk_window_set_echo_stream(gln_main_window, gln_transcript_stream); in gln_command_script()
2756 g_vm->glk_window_set_echo_stream(gln_main_window, nullptr); in gln_command_script()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Djacl_main.cpp1128 g_vm->glk_window_set_echo_stream(mainwin, script_stream); in scripting()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/magnetic/
H A Dglk.cpp2592 glk_window_set_echo_stream(gms_main_window, gms_transcript_stream); in gms_command_script()
2606 glk_window_set_echo_stream(gms_main_window, NULL); in gms_command_script()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dos_glk.cpp3692 g_vm->glk_window_set_echo_stream(g_vm->gagt_main_window, g_vm->gagt_transcript_stream); in gagt_command_script()
3706 g_vm->glk_window_set_echo_stream(g_vm->gagt_main_window, NULL); in gagt_command_script()