Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c58 static size_t locale_width(const struct termp *, int);
120 p->width = locale_width; in ascii_init()
376 locale_width(const struct termp *p, int c) in locale_width() function