Home
last modified time | relevance | path

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

/src/contrib/mandoc/
H A Dterm.c278 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 Dterm_ascii.c89 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 Dterm.h115 size_t (*getwidth)(const struct termp *, int); member
H A Dtbl_term.c869 sz = (*tp->getwidth)(tp, c); in tbl_direct_border()
870 enw2 = (*tp->getwidth)(tp, ' ') / 2; in tbl_direct_border()
H A Dterm_ps.c552 p->getwidth = ps_getwidth; in pspdf_alloc()