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

/freebsd-12-stable/contrib/mandoc/
H A Dhtml.c121 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) function
564 print_encode(h, pp, p, 1);
569 print_encode(h, sec, NULL, 1);
572 print_encode(h, name, NULL, 1);
574 print_encode(h, p, p + 2, 1);
578 print_encode(h, pp, NULL, 1);
675 print_encode(h, arg1, NULL, 1);
679 print_encode(h, arg1, NULL, 1);
808 if ( ! print_encode(
[all...]

Completed in 109 milliseconds