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

/external/mksh/src/
H A Dedit.c3924 int tcursor; local
3965 tcursor = backword(1);
3966 memmove(&es->cbuf[tcursor], &es->cbuf[es->cursor],
3968 es->linelen -= es->cursor - tcursor;
3969 if (inslen < es->cursor - tcursor)
3972 inslen -= es->cursor - tcursor;
3973 es->cursor = tcursor;

Completed in 69 milliseconds