reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3903 if (!tab) 3906 tab->in_undo = 1; 3907 for (undo = tab->top; undo && undo != &tab->bottom; undo = next) { 3907 for (undo = tab->top; undo && undo != &tab->bottom; undo = next) { 3911 if (perform_undo(tab, undo) < 0) { 3912 tab->top = undo; 3913 free_undo(tab); 3914 tab->in_undo = 0; 3919 tab->in_undo = 0; 3920 tab->top = undo;