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

/external/mksh/src/
H A Dedit.c5098 int tcur, tcol; local
5102 holdcur1 = holdcur2 = tcur = 0;
5104 while (tcur < es->cursor) {
5108 holdcur2 = tcur;
5111 tcol = newcol((unsigned char)es->cbuf[tcur++], tcol);

Completed in 156 milliseconds