Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h123 void term_setwidth(struct termp *, const char *);
H A Dterm.c619 term_setwidth(struct termp *p, const char *wstr) in term_setwidth() function
H A Dman_term.c223 term_setwidth(p, n->nchild ? n->child->string : NULL); in pre_ll()
H A Dmdoc_term.c604 term_setwidth(p, n->nchild ? n->child->string : NULL); in termp_ll_pre()