Home
last modified time | relevance | path

Searched refs:lstcat (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/mandoc/
H A Dmansearch.c71 static void lstcat(char *, size_t *, const char *, const char *);
443 lstcat(buf, &i, page->name, ", "); in buildnames()
445 lstcat(buf, &i, page->sect, ", "); in buildnames()
448 lstcat(buf, &i, page->arch, ", "); in buildnames()
497 lstcat(char *buf, size_t *i, const char *cp, const char *sep) in lstcat() function
581 lstcat(output, &i, input, " # "); in buildoutput()