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

/external/mksh/src/
H A Dedit.c3916 int tcursor; local
3957 tcursor = backword(1);
3958 memmove(&es->cbuf[tcursor], &es->cbuf[es->cursor],
3960 es->linelen -= es->cursor - tcursor;
3961 if (inslen < es->cursor - tcursor)
3964 inslen -= es->cursor - tcursor;
3965 es->cursor = tcursor;

Completed in 62 milliseconds