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 2423 src/editor/edit.c if (edit->undo_stack_bottom != sp && spm1 != edit->undo_stack_bottom undo_stack_bottom 2424 src/editor/edit.c && ((sp - 2) & edit->undo_stack_size_mask) != edit->undo_stack_bottom) undo_stack_bottom 2459 src/editor/edit.c if ((unsigned long) c == edit->undo_stack_bottom undo_stack_bottom 2460 src/editor/edit.c || (((unsigned long) c + 1) & edit->undo_stack_size_mask) == edit->undo_stack_bottom) undo_stack_bottom 2463 src/editor/edit.c edit->undo_stack_bottom = (edit->undo_stack_bottom + 1) & edit->undo_stack_size_mask; undo_stack_bottom 2465 src/editor/edit.c while (edit->undo_stack[edit->undo_stack_bottom] < KEY_PRESS undo_stack_bottom 2466 src/editor/edit.c && edit->undo_stack_bottom != edit->undo_stack_pointer); undo_stack_bottom 2470 src/editor/edit.c if (edit->undo_stack_pointer != edit->undo_stack_bottom undo_stack_bottom 2471 src/editor/edit.c && edit->undo_stack[edit->undo_stack_bottom] < KEY_PRESS) undo_stack_bottom 2473 src/editor/edit.c edit->undo_stack_bottom = edit->undo_stack_pointer = 0; undo_stack_bottom 131 src/editor/editwidget.h unsigned long undo_stack_bottom;