Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dterm.h114 void (*setwidth)(struct termp *, int, int); member
H A Dterm_ascii.c88 p->setwidth = ascii_setwidth; in ascii_init()
H A Dterm_ps.c551 p->setwidth = ps_setwidth; in pspdf_alloc()
H A Dterm.c970 (*p->setwidth)(p, iop, width); in term_setwidth()