Home
last modified time | relevance | path

Searched refs:ostream_script (Results 1 – 13 of 13) sorted by relevance

/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dstream.c75 if (ostream_script && enable_scripting) in stream_mssg_on()
94 if (ostream_script && enable_scripting) in stream_mssg_off()
121 if (!ostream_script) in z_output_stream()
125 if (ostream_script) in z_output_stream()
156 if (ostream_script && enable_scripting) in stream_char()
174 if (ostream_script && enable_scripting) in stream_word()
193 if (ostream_script && enable_scripting) in stream_new_line()
290 if (ostream_script && enable_scripting && !no_scripting) in stream_read_input()
339 if (ostream_script && enable_scripting && !no_scripting) in stream_read_input()
H A Dmain.c61 bool ostream_script = FALSE; variable
H A Dfiles.c86 ostream_script = TRUE; in script_open()
107 ostream_script = FALSE; in script_close()
H A Dfastmem.c617 if (!ostream_script) in storeb()
620 if (ostream_script) in storeb()
H A Dfrotz.h520 extern bool ostream_script;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_streams.cpp83 if (ostream_script && enable_scripting) in stream_mssg_on()
94 if (ostream_script && enable_scripting) in stream_mssg_off()
103 if (ostream_script && enable_scripting) in stream_char()
115 if (ostream_script && enable_scripting) in stream_word()
128 if (ostream_script && enable_scripting) in stream_new_line()
171 if (ostream_script && enable_scripting && !no_scripting) in stream_read_input()
196 if (ostream_script && enable_scripting && !no_scripting) in stream_read_input()
216 ostream_script = true; in script_open()
231 ostream_script = false; in script_close()
500 if (!ostream_script) in z_output_stream()
[all …]
H A Dprocessor_mem.cpp30 if (!ostream_script) in flagsChanged()
33 if (ostream_script) in flagsChanged()
H A Dprocessor.h92 bool ostream_script; variable
H A Dprocessor.cpp141 sfp(nullptr), rfp(nullptr), pfp(nullptr), ostream_screen(true), ostream_script(false), in Processor()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_streams.cpp83 if (ostream_script && enable_scripting) in stream_mssg_on()
94 if (ostream_script && enable_scripting) in stream_mssg_off()
103 if (ostream_script && enable_scripting) in stream_char()
115 if (ostream_script && enable_scripting) in stream_word()
128 if (ostream_script && enable_scripting) in stream_new_line()
171 if (ostream_script && enable_scripting && !no_scripting) in stream_read_input()
196 if (ostream_script && enable_scripting && !no_scripting) in stream_read_input()
216 ostream_script = true; in script_open()
231 ostream_script = false; in script_close()
500 if (!ostream_script) in z_output_stream()
[all …]
H A Dprocessor_mem.cpp30 if (!ostream_script) in flagsChanged()
33 if (ostream_script) in flagsChanged()
H A Dprocessor.h92 bool ostream_script; variable
H A Dprocessor.cpp141 sfp(nullptr), rfp(nullptr), pfp(nullptr), ostream_screen(true), ostream_script(false), in Processor()