Home
last modified time | relevance | path

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

/freebsd/bin/ed/
H A Dundo.c103 case UDEL: in pop_undo_stack()
139 if (ustack[u_p].type == UDEL) { in clear_undo_stack()
H A Ded.h76 #define UDEL 1 macro
H A Dmain.c1181 if (push_undo_stack(UDEL, from, to) == NULL) { in delete_lines()