Searched refs:undobuf (Results 1 – 1 of 1) sorted by relevance
3498 static struct edstate undobuf; variable3555 if (undobuf.cbuf == NULL) { in x_vi()3558 undobuf.cbuf = alloc(LINE, AEDIT); in x_vi()3560 undobuf.cbufsize = ebuf.cbufsize = LINE; in x_vi()3561 undobuf.linelen = ebuf.linelen = 0; in x_vi()3562 undobuf.cursor = ebuf.cursor = 0; in x_vi()3563 undobuf.winleft = ebuf.winleft = 0; in x_vi()3565 undo = &undobuf; in x_vi()