Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dhtml.c484 if (HTML_SKIPCHAR & h->flags && '\\' != *p) { in print_encode()
485 h->flags &= ~HTML_SKIPCHAR; in print_encode()
533 h->flags |= HTML_SKIPCHAR; in print_encode()
541 if (h->flags & HTML_SKIPCHAR) { in print_encode()
542 h->flags &= ~HTML_SKIPCHAR; in print_encode()
Dhtml.h92 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */ macro