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

/external/mksh/src/
H A Dedit.c5125 int tcur, tcol; local
5130 holdcol1 = holdcol2 = tcol = 0;
5132 if (tcol - holdcol2 > winwidth / 2) {
5136 holdcol2 = tcol;
5138 tcol = newcol((unsigned char)es->cbuf[tcur++], tcol);
5140 while (tcol - holdcol1 > winwidth / 2)

Completed in 3205 milliseconds