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

/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c613 bufcat(h, key);
614 bufcat(h, ":");
615 bufcat(h, val);
616 bufcat(h, ";");
620 bufcat(struct html *h, const char *p) function
666 bufcat(h, name);
675 bufcat(h, pp);
690 bufcat(h, sec ? sec : "1");
702 bufcat(h, pp);

Completed in 58 milliseconds