Home
last modified time | relevance | path

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

/dports/games/tads/tads-3.0.8/tads2/
H A Doutput.c371 char *html_title_ptr; member
2158 && (stream->html_title_ptr+1 < in outformatlen_stream()
2160 *stream->html_title_ptr++ = c; in outformatlen_stream()
2538 *stream->html_title_ptr = '\0'; in outformatlen_stream()
2551 stream->html_title_ptr = stream->html_title_buf; in outformatlen_stream()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Doutput.cpp351 char *html_title_ptr; member
2242 if (stream->html_title_ptr + 1 < in outformatlen_stream()
2245 *stream->html_title_ptr++ = *cbp; in outformatlen_stream()
2596 *stream->html_title_ptr = '\0'; in outformatlen_stream()
2609 stream->html_title_ptr = stream->html_title_buf; in outformatlen_stream()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Doutput.cpp351 char *html_title_ptr; member
2242 if (stream->html_title_ptr + 1 < in outformatlen_stream()
2245 *stream->html_title_ptr++ = *cbp; in outformatlen_stream()
2596 *stream->html_title_ptr = '\0'; in outformatlen_stream()
2609 stream->html_title_ptr = stream->html_title_buf; in outformatlen_stream()