Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/mandoc/
HDterm.h143 void term_setwidth(struct termp *, const char *);
HDroff_term.c140 term_setwidth(p, n->child != NULL ? n->child->string : NULL); in roff_term_pre_ll()
HDterm.c869 term_setwidth(struct termp *p, const char *wstr) in term_setwidth() function