Home
last modified time | relevance | path

Searched full:vbl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/mandoc/
H A Dterm.c97 size_t vbl; /* Number of blanks to prepend to the output. */ in term_flushln() local
109 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ? in term_flushln()
111 if (p->minbl && vbl < p->minbl) in term_flushln()
112 vbl = p->minbl; in term_flushln()
120 vfield = p->tcol->rmargin > p->viscol + vbl ? in term_flushln()
121 p->tcol->rmargin - p->viscol - vbl : 0; in term_flushln()
131 p->maxrmargin > p->viscol + vbl ? in term_flushln()
132 p->maxrmargin - p->viscol - vbl : 0; in term_flushln()
152 vbl += (vtarget - vbr) / 2; in term_flushln()
154 vbl += vtarget - vbr; in term_flushln()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-edp.yaml79 (Vbl) :<T17>:<---------T14--------->: :<-T15->:<T18>:
/freebsd/sys/dev/drm2/
H A Ddrm_irq.c526 * DRM_CALLED_FROM_VBLIRQ = If function is called from vbl irq handler.
713 * DRM_CALLED_FROM_VBLIRQ = If function is called from vbl irq handler.