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

/freebsd-10.1-release/contrib/mdocml/
H A Dhtml.c592 bufcat(h, key);
593 bufcat(h, ":");
594 bufcat(h, val);
595 bufcat(h, ";");
599 bufcat(struct html *h, const char *p) function
639 bufcat(h, name);
648 bufcat(h, pp);
664 bufcat(h, sec ? sec : "1");
676 bufcat(h, pp);
H A Dhtml.h127 char buf[BUFSIZ]; /* see bufcat and friends */
149 void bufcat(struct html *, const char *);
H A Dmdoc_html.c588 bufcat(h, "x");
619 bufcat(h, "x");
1160 bufcat(h, "#x");
1680 bufcat(h, "mailto:");
1681 bufcat(h, n->string);

Completed in 47 milliseconds