Home
last modified time | relevance | path

Searched refs:vtarget (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/mandoc/
HDterm.c99 size_t vtarget; /* Desired visual position of the right margin. */ in term_flushln() local
129 vtarget = (p->flags & TERMP_NOBREAK) == 0 ? vfield : in term_flushln()
139 p->flags & TERMP_BRNEVER ? SIZE_MAX : vtarget); in term_flushln()
149 if (vbr < vtarget) { in term_flushln()
151 vbl += (vtarget - vbr) / 2; in term_flushln()
153 vbl += vtarget - vbr; in term_flushln()
253 term_fill(struct termp *p, size_t *nbr, size_t *vbr, size_t vtarget) in term_fill() argument
287 if (breakline || vn > vtarget) in term_fill()
311 if (vis > vtarget) { in term_fill()
325 if (vis > vtarget && *nbr > 0) in term_fill()
[all …]
/freebsd-14-stable/sys/contrib/openzfs/module/lua/
HDlcode.c151 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux() argument
156 fixjump(fs, list, vtarget); in patchlistaux()
/freebsd-14-stable/contrib/lua/src/
HDlcode.c288 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux() argument
293 fixjump(fs, list, vtarget); in patchlistaux()