Searched refs:tcol (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dedit.c5106 int tcur, tcol; local
5111 holdcol1 = holdcol2 = tcol = 0;
5113 if (tcol - holdcol2 > winwidth / 2) {
5117 holdcol2 = tcol;
5119 tcol = newcol((unsigned char)es->cbuf[tcur++], tcol);
5121 while (tcol - holdcol1 > winwidth / 2)

Completed in 62 milliseconds