Searched refs:savecol (Results 1 – 2 of 2) sorted by relevance
1107 size_t savecol; in ps_letter() local1163 savecol = p->ps->pscol; in ps_letter()1165 savecol = SIZE_MAX; in ps_letter()1190 if (savecol != SIZE_MAX) { in ps_letter()1194 p->ps->pscol = savecol; in ps_letter()
2436 int savecol, tabc; in ttyrub() local2472 savecol = tp->t_column; in ttyrub()2483 savecol -= tp->t_column; in ttyrub()2484 tp->t_column += savecol; in ttyrub()2485 if (savecol > 8) in ttyrub()2486 savecol = 8; /* overflow screw */ in ttyrub()2487 while (--savecol >= 0) in ttyrub()