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

/netbsd-current/external/bsd/nvi/dist/common/
H A Dlog.h24 typedef enum { UNDO_FORWARD, UNDO_BACKWARD, UNDO_SETLINE } undo_t; typedef in typeref:enum:__anon5868
29 undo_t undo;
H A Dvi_rec.c239 * PUBLIC: int __vi_log_traverse __P((SCR *sp, undo_t undo, MARK *));
242 __vi_log_traverse(SCR *sp, undo_t undo, MARK *rp)
/netbsd-current/bin/ed/
H A Dundo.c43 undo_t *ustack = NULL; /* undo stack */
48 undo_t *
54 (err = reallocarr(&ustack, usize += USIZE, sizeof(undo_t))) == 0) {
73 undo_t utmp; \
H A Ded.h91 } undo_t; typedef in typeref:struct:undo
213 undo_t *push_undo_stack(int, long, long);
H A Dio.c77 undo_t *up = NULL;
H A Dsub.c125 undo_t *up;

Completed in 181 milliseconds