Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h117 void (*setwidth)(struct termp *, int, int); member
H A Dterm_ascii.c89 p->setwidth = ascii_setwidth; in ascii_init()
H A Dterm_ps.c551 p->setwidth = ps_setwidth; in pspdf_alloc()
H A Dterm.c894 (*p->setwidth)(p, iop, width); in term_setwidth()