Searched refs:SC_PERFORMED_REDO (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx503 SC_MOD_BEFOREINSERT | SC_PERFORMED_REDO, action));
506 SC_MOD_BEFOREDELETE | SC_PERFORMED_REDO, action));
512 int modFlags = SC_PERFORMED_REDO;
H A DEditor.cxx40 if (!(mh.modificationType & (SC_PERFORMED_UNDO|SC_PERFORMED_REDO)))
58 (mh.modificationType & (SC_PERFORMED_UNDO|SC_PERFORMED_REDO)) != 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h643 #define SC_PERFORMED_REDO 0x40 macro

Completed in 58 milliseconds