Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mandoc/
H A Dterm.c132 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()
H A Dterm.h68 int overstep; /* See termp_flushln(). */ member
H A Dman_term.c153 p->overstep = 0; in terminal_man()
H A Dmdoc_term.c262 p->overstep = 0; in terminal_mdoc()