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

/external/mksh/src/
H A Dedit.c5106 int tcur, tcol; local
5110 holdcur1 = holdcur2 = tcur = 0;
5112 while (tcur < es->cursor) {
5116 holdcur2 = tcur;
5119 tcol = newcol((unsigned char)es->cbuf[tcur++], tcol);

Completed in 131 milliseconds