Searched refs:overstep (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c114 * but they are actually correct. If the int p->overstep
119 maxvis = (int)dv > p->overstep ? dv - (size_t)p->overstep : 0;
124 bp = (int)dv > p->overstep ?
125 dv - (size_t)p->overstep : 0;
132 vbl = p->offset + p->overstep > p->viscol ?
133 p->offset + p->overstep - p->viscol : 0;
208 * Remove the p->overstep width.
209 * Again, if p->overstep is negative,
213 bp += (size_t)p->overstep;
[all...]
H A Dterm.h68 int overstep; /* See termp_flushln(). */ member in struct:termp
H A Dman_term.c148 p->overstep = 0;
H A Dmdoc_term.c264 p->overstep = 0;
782 * the "overstep" effect in term_flushln() and treat
840 * using `Bd' or `Bl' within `-hang' overstep lists.

Completed in 64 milliseconds