Searched refs:undo_t (Results 1 – 5 of 5) sorted by relevance
35 static undo_t *ustack = NULL; /* undo stack */40 undo_t *43 undo_t *t; in push_undo_stack()47 (ustack = (undo_t *) malloc((usize = USIZE) * sizeof(undo_t))) == NULL) { in push_undo_stack()55 (t = (undo_t *) realloc(ustack, (usize += USIZE) * sizeof(undo_t))) != NULL) { in push_undo_stack()75 undo_t utmp; \
83 } undo_t; typedef229 undo_t *push_undo_stack(int, long, long);
116 undo_t *up; in search_and_replace()
71 undo_t *up = NULL; in read_stream()
1015 undo_t *up = NULL; in append_lines()1143 undo_t *up = NULL; in copy_lines()