Home
last modified time | relevance | path

Searched refs:nUndoLimit (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/riched20/
H A Dundo.c78 if (editor->nUndoLimit == 0) return NULL; in add_undo()
105 if (editor->nUndoStackSize > editor->nUndoLimit) in add_undo()
H A Deditstr.h405 int nUndoLimit; member
H A Deditor.c3112 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()