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

/freebsd-12-stable/contrib/mandoc/
H A Dhtml.h86 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */ macro
H A Dhtml.c436 if (HTML_SKIPCHAR & h->flags && '\\' != *p) {
437 h->flags &= ~HTML_SKIPCHAR;
483 h->flags |= HTML_SKIPCHAR;
491 if (h->flags & HTML_SKIPCHAR) {
492 h->flags &= ~HTML_SKIPCHAR;

Completed in 166 milliseconds