Home
last modified time | relevance | path

Searched refs:is_html (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp412 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() argument
591 if (is_html) in write_end_image()
605 static void write_start_image(IMAGE_ALIGNMENT pos, int is_html) in write_start_image() argument
625 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() argument
654 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()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dmtsm.cpp267 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()
H A Dtroff.h47 extern int is_html;
H A Denv.cpp1750 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()
H A Dnode.cpp4087 if (is_html) { in tprint()
4755 if (is_html) { in tprint()
5749 if (is_html) { in tprint()
H A Dinput.cpp109 int is_html = 0; variable
7310 is_html = (strcmp(device, "html") == 0); in main()