undo_stack_bottom 541 src/editor/edit.c if (sp == edit->undo_stack_bottom) undo_stack_bottom 553 src/editor/edit.c if (sp == edit->undo_stack_bottom) undo_stack_bottom 607 src/editor/edit.c if (sp == edit->undo_stack_bottom) undo_stack_bottom 615 src/editor/edit.c if (sp == edit->undo_stack_bottom) undo_stack_bottom 2377 src/editor/edit.c if (edit->undo_stack_bottom != sp && spm1 != edit->undo_stack_bottom undo_stack_bottom 2378 src/editor/edit.c && ((sp - 2) & edit->undo_stack_size_mask) != edit->undo_stack_bottom) undo_stack_bottom 2413 src/editor/edit.c if ((unsigned long) c == edit->undo_stack_bottom undo_stack_bottom 2414 src/editor/edit.c || (((unsigned long) c + 1) & edit->undo_stack_size_mask) == edit->undo_stack_bottom) undo_stack_bottom 2417 src/editor/edit.c edit->undo_stack_bottom = (edit->undo_stack_bottom + 1) & edit->undo_stack_size_mask; undo_stack_bottom 2419 src/editor/edit.c while (edit->undo_stack[edit->undo_stack_bottom] < KEY_PRESS undo_stack_bottom 2420 src/editor/edit.c && edit->undo_stack_bottom != edit->undo_stack_pointer); undo_stack_bottom 2424 src/editor/edit.c if (edit->undo_stack_pointer != edit->undo_stack_bottom undo_stack_bottom 2425 src/editor/edit.c && edit->undo_stack[edit->undo_stack_bottom] < KEY_PRESS) undo_stack_bottom 2427 src/editor/edit.c edit->undo_stack_bottom = edit->undo_stack_pointer = 0; undo_stack_bottom 129 src/editor/editwidget.h unsigned long undo_stack_bottom;