Searched refs:print_encode (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | html.c | 121 static int print_encode(struct html *, const char *, const char *, int); 424 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() function 568 print_encode(h, pp, p, 1); in print_href() 573 print_encode(h, sec, NULL, 1); in print_href() 576 print_encode(h, name, NULL, 1); in print_href() 578 print_encode(h, p, p + 2, 1); in print_href() 582 print_encode(h, pp, NULL, 1); in print_href() 679 print_encode(h, arg1, NULL, 1); in print_otag() 683 print_encode(h, arg1, NULL, 1); in print_otag() 830 if ( ! print_encode(h, word, NULL, 0)) { in print_text()
|