Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c428 #define UNDO_DEL 1 macro
1544 undo_push(p, hole_size, UNDO_DEL); in text_hole_delete()
1639 undo_queue_state = UNDO_DEL; in undo_push()
1640 case UNDO_DEL: in undo_push()
1669 case UNDO_DEL: in undo_push()
1681 if (u_type == UNDO_DEL || u_type == UNDO_DEL_CHAIN) { in undo_push()
1745 case UNDO_DEL: in undo_pop()
1775 case UNDO_DEL: in undo_pop()
3669 int undo_del = UNDO_DEL;
4216 undo_push(dot, 1, UNDO_DEL);