Home
last modified time | relevance | path

Searched refs:comment_end (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DHTML.h132 const char *comment_end; member
DHTML.c2331 if (me->comment_end) in HTML_start_element()
2332 HText_appendText(me->text, me->comment_end); in HTML_start_element()
7277 if (me->comment_end) in HTML_free()
7278 HTML_put_string(me, me->comment_end); in HTML_free()
7763 me->comment_end = NULL; in HTML_new()
8181 html->comment_end = " */\n"; /* Must start in col 1 for cpp */ in HTMLToC()