max_undo          129 src/editor/edit-impl.h extern int max_undo;
max_undo          109 src/editor/edit.c int max_undo = 32768;
max_undo         2384 src/editor/edit.c         if (max_undo < 256)
max_undo         2385 src/editor/edit.c             max_undo = 256;
max_undo         2386 src/editor/edit.c         if (edit->undo_stack_size < (unsigned long) max_undo)
max_undo         2474 src/editor/edit.c         if (max_undo < 256)
max_undo         2475 src/editor/edit.c             max_undo = 256;
max_undo         2476 src/editor/edit.c         if (edit->redo_stack_size < (unsigned long) max_undo)
max_undo          516 src/editor/editcmd.c     if ((end_mark - start_mark) > max_undo / 2 &&