Searched refs:push_undo_stack (Results 1 – 5 of 5) sorted by relevance
/freebsd/bin/ed/ |
H A D | main.c | 1042 else if ((up = push_undo_stack(UADD, current_addr, in append_lines() 1082 push_undo_stack(UADD, current_addr, current_addr) == NULL) { in join_lines() 1106 } else if (push_undo_stack(UMOV, p, n) == NULL || in move_lines() 1107 push_undo_stack(UMOV, addr, INC_MOD(addr, addr_last)) == NULL) { in move_lines() 1160 else if ((up = push_undo_stack(UADD, current_addr, in copy_lines() 1179 if (push_undo_stack(UDEL, from, to) == NULL) { in delete_lines()
|
H A D | undo.c | 39 push_undo_stack(int type, long from, long to) in push_undo_stack() function
|
H A D | ed.h | 225 undo_t *push_undo_stack(int, long, long);
|
H A D | sub.c | 141 else if ((up = push_undo_stack(UADD, in search_and_replace()
|
H A D | io.c | 86 else if ((up = push_undo_stack(UADD, current_addr, in read_stream()
|