Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c458 int undo_q; member
532 #define undo_q (G.undo_q ) macro
1582 if (undo_q > 0) { in undo_queue_commit()
1584 undo_push(undo_queue + CONFIG_FEATURE_VI_UNDO_QUEUE_MAX - undo_q, in undo_queue_commit()
1585 undo_q, in undo_queue_commit()
1589 undo_q = 0; in undo_queue_commit()
1642 undo_q++; in undo_push()
1643 undo_queue[CONFIG_FEATURE_VI_UNDO_QUEUE_MAX - undo_q] = *src; in undo_push()
1645 if (undo_q == CONFIG_FEATURE_VI_UNDO_QUEUE_MAX) in undo_push()
1664 undo_q++; // Don't need to save any data for insertions in undo_push()
[all …]