Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dterm_ascii.c58 static size_t locale_getwidth(const struct termp *, int);
119 p->getwidth = locale_getwidth; in ascii_init()
379 locale_getwidth(const struct termp *p, int c) in locale_getwidth() function