Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c447 struct undo_object { struct
448 struct undo_object *prev; // Linking back avoids list traversal (LIFO) argument
1598 struct undo_object *undo_entry; in flush_undo_data()
1611 struct undo_object *undo_entry; in undo_push()
1687 undo_entry = xzalloc(offsetof(struct undo_object, undo_text) + length); in undo_push()
1732 struct undo_object *undo_entry; in undo_pop()