Searched refs:nUndoLimit (Results 1 – 3 of 3) sorted by relevance
78 if (editor->nUndoLimit == 0) return NULL; in add_undo()105 if (editor->nUndoStackSize > editor->nUndoLimit) in add_undo()
405 int nUndoLimit; member
3112 ed->nUndoLimit = STACK_SIZE_DEFAULT; in ME_MakeEditor()3676 editor->nUndoLimit = STACK_SIZE_DEFAULT; in ME_HandleMessage()3678 editor->nUndoLimit = min(wParam, STACK_SIZE_MAX); in ME_HandleMessage()3682 return editor->nUndoLimit; in ME_HandleMessage()