Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dhtml.c133 static int print_escape(struct html *, char);
438 print_escape(struct html *h, char c) in print_escape() function
513 if (print_escape(h, *p++)) in print_encode()
590 } else if (print_escape(h, c) == 0) in print_encode()