Home
last modified time | relevance | path

Searched refs:UMOV (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/bin/ed/
Dundo.c107 case UMOV: in pop_undo_stack()
Ded.h101 #define UMOV 2 macro
Dmain.c1177 } 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()