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

/netbsd-current/external/bsd/mdocml/dist/
H A Dhtml.h95 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */ macro
H A Dhtml.c441 if (HTML_SKIPCHAR & h->flags && '\\' != *p) {
442 h->flags &= ~HTML_SKIPCHAR;
487 h->flags |= HTML_SKIPCHAR;
495 if (h->flags & HTML_SKIPCHAR) {
496 h->flags &= ~HTML_SKIPCHAR;

Completed in 222 milliseconds