Searched refs:tcol (Results 1 – 1 of 1) sorted by relevance
5159 int tcur, tcol; in rewindow() local5164 holdcol1 = holdcol2 = tcol = 0; in rewindow()5166 if (tcol - holdcol2 > winwidth / 2) { in rewindow()5170 holdcol2 = tcol; in rewindow()5172 tcol = newcol((unsigned char)vs->cbuf[tcur++], tcol); in rewindow()5174 while (tcol - holdcol1 > winwidth / 2) in rewindow()