Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.c943 static char html_end[] = "</body></html>\n"; in cm_node() local
944 char end_line[sizeof(html_end)]; in cm_node()
949 || fgets (end_line, sizeof (html_end), in cm_node()
953 || strcasecmp (end_line, html_end) != 0) in cm_node()