Home
last modified time | relevance | path

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

/titanic_54/usr/src/cmd/mandoc/
H A Dhtml.c371 if (HTML_SKIPCHAR & h->flags && '\\' != *p) { in print_encode()
372 h->flags &= ~HTML_SKIPCHAR; in print_encode()
408 h->flags |= HTML_SKIPCHAR; in print_encode()
414 if (h->flags & HTML_SKIPCHAR) { in print_encode()
415 h->flags &= ~HTML_SKIPCHAR; in print_encode()
H A Dhtml.h126 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */ macro