Searched refs:overstep (Results 1 – 4 of 4) sorted by relevance
132 maxvis = (int)dv > p->overstep ? dv - (size_t)p->overstep : 0; in term_flushln()134 mmax = (int)dv > p->overstep ? dv - (size_t)p->overstep : 0; in term_flushln()141 vbl = p->offset + p->overstep > p->viscol ? in term_flushln()142 p->offset + p->overstep - p->viscol : 0; in term_flushln()213 bp += (size_t)p->overstep; in term_flushln()214 p->overstep = 0; in term_flushln()271 p->overstep = 0; in term_flushln()280 p->overstep = (int)(vis - maxvis + in term_flushln()290 if (p->trailspace && p->overstep < 0) in term_flushln()291 p->overstep = 0; in term_flushln()
68 int overstep; /* See termp_flushln(). */ member
153 p->overstep = 0; in terminal_man()
262 p->overstep = 0; in terminal_mdoc()