undo_stack_bottom 539 src/editor/edit.c if (sp == edit->undo_stack_bottom) undo_stack_bottom 551 src/editor/edit.c if (sp == edit->undo_stack_bottom) undo_stack_bottom 605 src/editor/edit.c if (sp == edit->undo_stack_bottom) undo_stack_bottom 613 src/editor/edit.c if (sp == edit->undo_stack_bottom) undo_stack_bottom 2375 src/editor/edit.c if (edit->undo_stack_bottom != sp && spm1 != edit->undo_stack_bottom undo_stack_bottom 2376 src/editor/edit.c && ((sp - 2) & edit->undo_stack_size_mask) != edit->undo_stack_bottom) undo_stack_bottom 2411 src/editor/edit.c if ((unsigned long) c == edit->undo_stack_bottom undo_stack_bottom 2412 src/editor/edit.c || (((unsigned long) c + 1) & edit->undo_stack_size_mask) == edit->undo_stack_bottom) undo_stack_bottom 2415 src/editor/edit.c edit->undo_stack_bottom = (edit->undo_stack_bottom + 1) & edit->undo_stack_size_mask; undo_stack_bottom 2417 src/editor/edit.c while (edit->undo_stack[edit->undo_stack_bottom] < KEY_PRESS undo_stack_bottom 2418 src/editor/edit.c && edit->undo_stack_bottom != edit->undo_stack_pointer); undo_stack_bottom 2422 src/editor/edit.c if (edit->undo_stack_pointer != edit->undo_stack_bottom undo_stack_bottom 2423 src/editor/edit.c && edit->undo_stack[edit->undo_stack_bottom] < KEY_PRESS) undo_stack_bottom 2425 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;