Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dhtml.c134 static int print_encode(struct html *, const char *, const char *, int);
469 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() function
616 print_encode(h, pp, p, 1); in print_href()
621 print_encode(h, sec, NULL, 1); in print_href()
624 print_encode(h, name, NULL, 1); in print_href()
626 print_encode(h, p, p + 2, 1); in print_href()
630 print_encode(h, pp, NULL, 1); in print_href()
749 print_encode(h, arg1, NULL, 1); in print_otag()
753 print_encode(h, arg1, NULL, 1); in print_otag()
956 if ( ! print_encode(h, word, NULL, 0)) { in print_tagged_text()