Searched refs:print_encode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/mandoc/ |
| H A D | html.c | 121 static int print_encode(struct html *, const char *, const char *, int); 419 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() function 564 print_encode(h, pp, p, 1); in print_href() 569 print_encode(h, sec, NULL, 1); in print_href() 572 print_encode(h, name, NULL, 1); in print_href() 574 print_encode(h, p, p + 2, 1); in print_href() 578 print_encode(h, pp, NULL, 1); in print_href() 675 print_encode(h, arg1, NULL, 1); in print_otag() 679 print_encode(h, arg1, NULL, 1); in print_otag() 808 if ( ! print_encode(h, word, NULL, 0)) { in print_text()
|