Searched refs:is_html (Results 1 – 6 of 6) sorted by relevance
412 void write_upto_newline(char_block **t, int *i, int is_html);580 static void write_end_image(int is_html) in write_end_image() argument591 if (is_html) in write_end_image()605 static void write_start_image(IMAGE_ALIGNMENT pos, int is_html) in write_start_image() argument625 if (is_html) in write_start_image()639 void char_buffer::write_upto_newline(char_block **t, int *i, int is_html) in write_upto_newline() argument654 write_start_image(INLINE, is_html); in write_upto_newline()656 write_end_image(is_html); in write_upto_newline()669 write_upto_newline(t, i, is_html); in write_upto_newline()
267 if (is_html) { in add_tag_ta()378 if (is_html) { in push_state()389 if (is_html) { in pop_state()447 if (is_html && s) { in flush()531 if (s == 0 || !is_html) in changed()
47 extern int is_html;
1750 if (is_html && !fill) { in newline()2209 if (is_html) { in make_tag()2249 if (is_html) { in construct_state()2280 if (is_html) { in construct_format_state()2310 if (is_html) { in construct_new_line_state()
4087 if (is_html) { in tprint()4755 if (is_html) { in tprint()5749 if (is_html) { in tprint()
109 int is_html = 0; variable7310 is_html = (strcmp(device, "html") == 0); in main()