Searched refs:HTML_SKIPCHAR (Results 1 – 2 of 2) sorted by relevance
436 if (HTML_SKIPCHAR & h->flags && '\\' != *p) { in print_encode()437 h->flags &= ~HTML_SKIPCHAR; in print_encode()483 h->flags |= HTML_SKIPCHAR; in print_encode()491 if (h->flags & HTML_SKIPCHAR) { in print_encode()492 h->flags &= ~HTML_SKIPCHAR; in print_encode()
86 #define HTML_SKIPCHAR (1 << 6) /* skip the next character */ macro