Searched refs:getwidth (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/mandoc/ |
| H A D | term.c | 278 enw = (*p->getwidth)(p, ' '); in term_fill() 284 vis -= (*p->getwidth)(p, p->tcol->buf[ic - 1]); in term_fill() 316 vis += (*p->getwidth)(p, '-'); in term_fill() 345 vis += (*p->getwidth)(p, p->tcol->buf[ic]); in term_fill() 399 taboff = -vis - (*p->getwidth)(p, ' '); in term_field() 411 dv = (*p->getwidth)(p, ' '); in term_field() 433 dv = (*p->getwidth)(p, p->tcol->buf[ic - 1]); in term_field() 437 dv = (*p->getwidth)(p, p->tcol->buf[ic]); in term_field() 758 csz = (*p->getwidth)(p, uc); in term_word() 976 return (*p->getwidth)(p, ' ') * sz; in term_len() [all …]
|
| H A D | term_ascii.c | 89 p->getwidth = ascii_getwidth; in ascii_init() 119 p->getwidth = locale_getwidth; in ascii_init() 181 sz = (*p->getwidth)(p, '-'); in terminal_sepline() 245 sz = (*p->getwidth)(p, ' '); in ascii_advance() 397 sz = (*p->getwidth)(p, ' '); in locale_advance()
|
| H A D | term.h | 115 size_t (*getwidth)(const struct termp *, int); member
|
| H A D | tbl_term.c | 869 sz = (*tp->getwidth)(tp, c); in tbl_direct_border() 870 enw2 = (*tp->getwidth)(tp, ' ') / 2; in tbl_direct_border()
|
| H A D | term_ps.c | 552 p->getwidth = ps_getwidth; in pspdf_alloc()
|