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

/freebsd-10.0-release/bin/ed/
H A Dundo.c39 /* push_undo_stack: return pointer to initialized undo node */
41 push_undo_stack(int type, long from, long to) function
H A Ded.h239 undo_t *push_undo_stack(int, long, long);
H A Dio.c86 else if ((up = push_undo_stack(UADD, current_addr,
H A Dsub.c143 else if ((up = push_undo_stack(UADD,

Completed in 142 milliseconds