Searched refs:push_undo_stack (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/bin/ed/ |
| D | main.c | 1113 else if ((up = push_undo_stack(UADD, current_addr, in append_lines() 1153 push_undo_stack(UADD, current_addr, current_addr) == NULL) { in join_lines() 1177 } else if (push_undo_stack(UMOV, p, n) == NULL || in move_lines() 1178 push_undo_stack(UMOV, addr, INC_MOD(addr, addr_last)) == NULL) { in move_lines() 1231 else if ((up = push_undo_stack(UADD, current_addr, in copy_lines() 1250 if (push_undo_stack(UDEL, from, to) == NULL) { in delete_lines()
|
| D | undo.c | 41 push_undo_stack(int type, int from, int to) in push_undo_stack() function
|
| D | ed.h | 256 undo_t *push_undo_stack(int, int, int);
|
| D | sub.c | 143 else if ((up = push_undo_stack(UADD, in search_and_replace()
|
| D | io.c | 101 else if ((up = push_undo_stack(UADD, current_addr, in read_stream()
|