Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c52 static void ascii_setwidth(struct termp *, int, int);
89 p->setwidth = ascii_setwidth; in ascii_init()
163 ascii_setwidth(struct termp *p, int iop, int width) in ascii_setwidth() function