Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mandoc/
H A Dterm_ascii.c42 static size_t ascii_width(const struct termp *, int);
83 p->width = ascii_width; in ascii_init()
186 ascii_width(const struct termp *p, int c) in ascii_width() function