Lines Matching refs:dv
371 size_t dv; /* Visual width of the current character. */ in term_field() local
399 dv = term_tab_next(vt) - vt; in term_field()
401 dv = (*p->width)(p, ' '); in term_field()
402 vbl += dv; in term_field()
403 vis += dv; in term_field()
424 dv = (*p->width)(p, p->tcol->buf[ic - 1]); in term_field()
425 p->viscol -= dv; in term_field()
426 vis -= dv; in term_field()
428 dv = (*p->width)(p, p->tcol->buf[ic]); in term_field()
429 p->viscol += dv; in term_field()
430 vis += dv; in term_field()