Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c430 #define UNDO_DEL_CHAIN 3 macro
1547 undo_push(p, hole_size, UNDO_DEL_CHAIN); in text_hole_delete()
1681 if (u_type == UNDO_DEL || u_type == UNDO_DEL_CHAIN) { in undo_push()
1746 case UNDO_DEL_CHAIN: in undo_pop()
1780 case UNDO_DEL_CHAIN: in undo_pop()
4472 undo_del = UNDO_DEL_CHAIN;