Searched refs:bufncat (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | html.c | 123 static void bufncat(struct html *, const char *, size_t); 677 bufncat(struct html *h, const char *p, size_t sz) in bufncat() function 694 bufncat(h, pp, (size_t)(p - pp)); in buffmt_includes() 700 bufncat(h, p, 2); in buffmt_includes() 718 bufncat(h, pp, (size_t)(p - pp)); in buffmt_man() 727 bufncat(h, p, 2); in buffmt_man()
|