Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c46 static size_t ascii_width(const struct termp *, int);
90 p->width = ascii_width; in ascii_init()
197 ascii_width(const struct termp *p, int c) in ascii_width() function