Searched refs:print_encode (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.bin/mandoc/ |
| H A D | html.c | 132 static int print_encode(struct html *, const char *, const char *, int); 467 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() function 614 print_encode(h, pp, p, 1); in print_href() 619 print_encode(h, sec, NULL, 1); in print_href() 622 print_encode(h, name, NULL, 1); in print_href() 624 print_encode(h, p, p + 2, 1); in print_href() 628 print_encode(h, pp, NULL, 1); in print_href() 747 print_encode(h, arg1, NULL, 1); in print_otag() 751 print_encode(h, arg1, NULL, 1); in print_otag() 954 if ( ! print_encode(h, word, NULL, 0)) { in print_tagged_text()
|