Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c130 static int print_escape(struct html *, char);
432 print_escape(struct html *h, char c) in print_escape() function
507 if (print_escape(h, *p++)) in print_encode()
584 } else if (print_escape(h, c) == 0) in print_encode()