Home
last modified time | relevance | path

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

/openbsd/src/bin/ed/
Dundo.c99 case UDEL: in pop_undo_stack()
135 if (ustack[u_p].type == UDEL) { in clear_undo_stack()
Ded.h65 #define UDEL 1 macro
Dmain.c1196 if (push_undo_stack(UDEL, from, to) == NULL) { in delete_lines()