Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dhtml.c339 if (HTML_SKIPCHAR & h->flags && '\\' != *p) { in print_encode()
340 h->flags &= ~HTML_SKIPCHAR; in print_encode()
390 h->flags |= HTML_SKIPCHAR; in print_encode()
396 if (h->flags & HTML_SKIPCHAR) { in print_encode()
397 h->flags &= ~HTML_SKIPCHAR; in print_encode()
H A Dhtml.h121 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */ macro