Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.c98 size_t vbl; /* Whitespace to prepend to the output. */ in term_flushln()
112 vbl = (p->flags & TERMP_NOPAD) || p->tcol->offset < p->viscol ? in term_flushln()
114 if (p->minbl > 0 && vbl < term_len(p, p->minbl)) in term_flushln()
115 vbl = term_len(p, p->minbl); in term_flushln()
123 vfield = p->tcol->rmargin > p->viscol + vbl ? in term_flushln()
124 p->tcol->rmargin - p->viscol - vbl : 0; in term_flushln()
134 p->maxrmargin > p->viscol + vbl ? in term_flushln()
135 p->maxrmargin - p->viscol - vbl : 0; in term_flushln()
155 vbl += (vtarget - vbr) / 2; in term_flushln()
157 vbl in term_flushln()
97 size_t vbl; /* Number of blanks to prepend to the output. */ term_flushln() local
366 term_field(struct termp * p,size_t vbl,size_t nbr) term_field() argument
[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.