Searched refs:tcol (Results 1 – 1 of 1) sorted by relevance
5221 int tcur, tcol; in rewindow() local5226 holdcol1 = holdcol2 = tcol = 0; in rewindow()5228 if (tcol - holdcol2 > winwidth / 2) { in rewindow()5232 holdcol2 = tcol; in rewindow()5234 tcol = newcol((unsigned char)vs->cbuf[tcur++], tcol); in rewindow()5236 while (tcol - holdcol1 > winwidth / 2) in rewindow()