Home
last modified time | relevance | path

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

/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/curses/
H A Dux_text.c265 if (c == ZC_NEW_FONT || c == ZC_NEW_STYLE) { in os_display_string()
269 if (c == ZC_NEW_STYLE) in os_display_string()
335 if (c == ZC_NEW_STYLE || c == ZC_NEW_FONT) { in os_string_width()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dos/
H A Dbctext.c605 if (c == ZC_NEW_FONT || c == ZC_NEW_STYLE) { in os_display_string()
611 if (c == ZC_NEW_STYLE) in os_display_string()
709 if (c == ZC_NEW_STYLE || c == ZC_NEW_FONT) { in os_string_width()
715 if (c == ZC_NEW_STYLE) in os_string_width()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/frotz/
H A Dprocessor_streams.cpp50 if (s[i] == ZC_NEW_FONT || s[i] == ZC_NEW_STYLE) in scrollback_word()
267 if (s[i] == ZC_NEW_STYLE || s[i] == ZC_NEW_FONT) in script_word()
285 if (s[i] == ZC_NEW_FONT || s[i] == ZC_NEW_STYLE) in script_word()
H A Dprocessor_buffer.cpp105 if (c == ZC_NEW_FONT || c == ZC_NEW_STYLE) in print_char()
H A Dfrotz_types.h43 ZC_NEW_STYLE = 0x01, enumerator
H A Dprocessor_screen.cpp192 else if (c == ZC_NEW_STYLE) in screen_word()
H A Dglk_interface.cpp258 if (c == ZC_NEW_STYLE || c == ZC_NEW_FONT) in os_string_width()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/zcode/
H A Dprocessor_streams.cpp50 if (s[i] == ZC_NEW_FONT || s[i] == ZC_NEW_STYLE) in scrollback_word()
267 if (s[i] == ZC_NEW_STYLE || s[i] == ZC_NEW_FONT) in script_word()
285 if (s[i] == ZC_NEW_FONT || s[i] == ZC_NEW_STYLE) in script_word()
H A Dprocessor_buffer.cpp105 if (c == ZC_NEW_FONT || c == ZC_NEW_STYLE) in print_char()
H A Dfrotz_types.h43 ZC_NEW_STYLE = 0x01, enumerator
H A Dprocessor_screen.cpp192 else if (c == ZC_NEW_STYLE) in screen_word()
H A Dglk_interface.cpp258 if (c == ZC_NEW_STYLE || c == ZC_NEW_FONT) in os_string_width()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/common/
H A Dbuffer.c110 if (c == ZC_NEW_FONT || c == ZC_NEW_STYLE) in print_char()
H A Dfiles.c198 if (s[i] == ZC_NEW_STYLE || s[i] == ZC_NEW_FONT) in script_word()
214 if (s[i] == ZC_NEW_FONT || s[i] == ZC_NEW_STYLE) in script_word()
H A Dscreen.c319 if (c == ZC_NEW_FONT || c == ZC_NEW_STYLE) { in screen_word()
323 if (c == ZC_NEW_STYLE) in screen_word()
504 print_char(ZC_NEW_STYLE); in refresh_text_style()
1494 print_char(ZC_NEW_STYLE); in z_show_status()
H A Dfrotz.h306 #define ZC_NEW_STYLE 0x01 macro
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dumb/
H A Ddoutput.c492 else if (c == ZC_NEW_STYLE) in os_display_string()
599 if (c == ZC_NEW_STYLE || c == ZC_NEW_FONT) in os_string_width()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_fonts.c675 if (c == ZC_NEW_STYLE) { in os_string_width()
702 else if (c == ZC_NEW_STYLE) in os_display_string()