Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
H A Dhtml.c480 if (HTML_SKIPCHAR & h->flags && '\\' != *p) { in print_encode()
481 h->flags &= ~HTML_SKIPCHAR; in print_encode()
529 h->flags |= HTML_SKIPCHAR; in print_encode()
537 if (h->flags & HTML_SKIPCHAR) { in print_encode()
538 h->flags &= ~HTML_SKIPCHAR; in print_encode()
H A Dhtml.h90 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */ macro