Home | History | Annotate | Download | only in ksh

Lines Matching defs:undo

158 static struct edstate	*undo;
576 if (es->cursor == undo->cursor) {
583 if (es->cursor >= undo->linelen)
586 es->cbuf[es->cursor] = undo->cbuf[es->cursor];
721 undo->winleft = es->winleft;
722 memmove(undo->cbuf, es->cbuf, es->linelen);
723 undo->linelen = es->linelen;
724 undo->cursor = es->cursor;
991 es = undo;
992 undo = t;
1436 undo = &undobuf;
1437 undo->cbufsize = len;
1439 es->linelen = undo->linelen = 0;
1440 es->cursor = undo->cursor = 0;
1441 es->winleft = undo->winleft = 0;
1949 /* Undo previous expansion */
2008 /* Undo previous completion */
2066 /* expanded = PRINT; next call undo */
2083 /* If exact match, don't undo. Allows directory completions