Searched refs:HTML_SKIPCHAR (Results 1 – 2 of 2) sorted by relevance
371 if (HTML_SKIPCHAR & h->flags && '\\' != *p) { in print_encode()372 h->flags &= ~HTML_SKIPCHAR; in print_encode()408 h->flags |= HTML_SKIPCHAR; in print_encode()414 if (h->flags & HTML_SKIPCHAR) { in print_encode()415 h->flags &= ~HTML_SKIPCHAR; in print_encode()
126 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */ macro