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

/external/mksh/src/
H A Dedit.c5058 int holdcur1, holdcol1; local
5062 holdcol1 = holdcol2 = tcol = 0;
5066 holdcol1 = holdcol2;
5072 while (tcol - holdcol1 > winwidth / 2)
5073 holdcol1 = newcol((unsigned char)es->cbuf[holdcur1++],
5074 holdcol1);

Completed in 88 milliseconds