Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c131 static int print_encode(struct html *, const char *, const char *, int);
463 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() function
610 print_encode(h, pp, p, 1); in print_href()
615 print_encode(h, sec, NULL, 1); in print_href()
618 print_encode(h, name, NULL, 1); in print_href()
620 print_encode(h, p, p + 2, 1); in print_href()
624 print_encode(h, pp, NULL, 1); in print_href()
740 print_encode(h, arg1, NULL, 1); in print_otag()
744 print_encode(h, arg1, NULL, 1); in print_otag()
947 if ( ! print_encode(h, word, NULL, 0)) { in print_tagged_text()