Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Dhtml.c867 if ((h->flags & HTML_BUFFER) == 0) { in print_byte()
887 h->flags &= ~HTML_BUFFER; in print_byte()
908 h->flags &= ~HTML_BUFFER; in print_endline()
923 if ((h->flags & HTML_BUFFER) == 0) { in print_endword()
925 h->flags |= HTML_BUFFER; in print_endword()
H A Dhtml.h90 #define HTML_BUFFER (1 << 10) /* Collect a word to see if it fits. */ macro