Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mandoc/
H A Dterm.h144 void term_setwidth(struct termp *, const char *);
H A Droff_term.c138 term_setwidth(p, n->child != NULL ? n->child->string : NULL); in roff_term_pre_ll()
H A Dterm.c924 term_setwidth(struct termp *p, const char *wstr) in term_setwidth() function