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

/macosx-10.10.1/text_cmds-88/ed/
H A Dundo.c35 undo_t *ustack = NULL; /* undo stack */
40 undo_t *
43 undo_t *t;
47 (ustack = (undo_t *) malloc((usize = USIZE) * sizeof(undo_t))) == NULL) {
55 (t = (undo_t *) realloc(ustack, (usize += USIZE) * sizeof(undo_t))) != NULL) {
75 undo_t utmp; \
H A Ded.h83 } undo_t; typedef in typeref:struct:undo
240 undo_t *push_undo_stack(int, long, long);
H A Dio.c72 undo_t *up = NULL;
H A Dsub.c116 undo_t *up;

Completed in 168 milliseconds