Home
last modified time | relevance | path

Searched refs:undo_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/bin/ed/
H A Dundo.c35 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; \
H A Ded.h83 } undo_t; typedef
229 undo_t *push_undo_stack(int, long, long);
H A Dsub.c116 undo_t *up; in search_and_replace()
H A Dio.c71 undo_t *up = NULL; in read_stream()
H A Dmain.c1015 undo_t *up = NULL; in append_lines()
1143 undo_t *up = NULL; in copy_lines()