Home
last modified time | relevance | path

Searched defs:UndoInsert (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/uppsrc/RichEdit/
H A DUndo.cpp15 RichEdit::UndoInsert::UndoInsert(int pos, int length, bool typing) in UndoInsert() function in Upp::RichEdit::UndoInsert
H A DRichEdit.h317 struct UndoInsert : UndoRec { struct
325 UndoInsert(int pos, int length, bool typing = false); argument
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Dundo.c70 typedef struct undo_insert * UndoInsert; typedef
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbluefish.h198 UndoDelete = 1, UndoInsert enumerator