Home
last modified time | relevance | path

Searched refs:gms_transcript_stream (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/magnetic/
H A Dglk.cpp2571 if (gms_transcript_stream) { in gms_command_script()
2584 gms_transcript_stream = glk_stream_open_file(fileref, in gms_command_script()
2587 if (!gms_transcript_stream) { in gms_command_script()
2592 glk_window_set_echo_stream(gms_main_window, gms_transcript_stream); in gms_command_script()
2598 if (!gms_transcript_stream) { in gms_command_script()
2603 glk_stream_close(gms_transcript_stream, NULL); in gms_command_script()
2604 gms_transcript_stream = NULL; in gms_command_script()
2613 gms_normal_string(gms_transcript_stream ? "on" : "off"); in gms_command_script()
3942 if (gms_transcript_stream) { in gms_main()
3943 glk_stream_close(gms_transcript_stream, NULL); in gms_main()
[all …]
H A Dmagnetic.cpp38 gms_transcript_stream(nullptr), gms_readlog_stream(nullptr), in Magnetic()
H A Dmagnetic.h81 strid_t gms_transcript_stream, gms_inputlog_stream; variable