Searched refs:undo_object (Results 1 – 1 of 1) sorted by relevance
447 struct undo_object { struct448 struct undo_object *prev; // Linking back avoids list traversal (LIFO) argument1598 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()