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

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

Completed in 82 milliseconds