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

/external/mksh/src/
H A Dedit.c5099 int holdcur1, holdcol1; local
5103 holdcol1 = holdcol2 = tcol = 0;
5107 holdcol1 = holdcol2;
5113 while (tcol - holdcol1 > winwidth / 2)
5114 holdcol1 = newcol((unsigned char)es->cbuf[holdcur1++],
5115 holdcol1);

Completed in 169 milliseconds