Home
last modified time | relevance | path

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

/dports/editors/nedit/nedit-5.7/source/
H A Dundo.c327 window->undoOpCount++; in addUndoItem()
331 if (window->undoOpCount > UNDO_OP_LIMIT) in addUndoItem()
366 window->undoOpCount--; in removeUndoItem()
453 window->undoOpCount--; in trimUndoList()
H A Dnedit.h472 int undoOpCount; /* count of stored undo operations */ member
H A Dwindow.c267 window->undoOpCount = 0; in CreateWindow()
3304 window->undoOpCount = 0; in CreateDocument()
4312 window->undoOpCount = orgWin->undoOpCount; in cloneDocument()