Home
last modified time | relevance | path

Searched refs:IEclass (Results 1 – 4 of 4) sorted by relevance

/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeedit2.cpp40 IEclass::IEclass(int __scol, int __ecol, int __srow, int __erow, int __border) { in IEclass() function in IEclass
84 IEclass::~IEclass() { in ~IEclass()
93 void IEclass::windowopen() { in windowopen()
208 void IEclass::GoBegLine() { in GoBegLine()
223 void IEclass::DelLtWord() { in DelLtWord()
274 void IEclass::DelRtWord() { in DelRtWord()
319 void IEclass::GoTopMsg() { in GoTopMsg()
335 void IEclass::GoBotMsg() { in GoBotMsg()
1404 void IEclass::dispdl() in dispdl()
1934 void IEclass::Abort() { in Abort()
[all …]
H A Dgeedit.cpp154 void IEclass::cursoroff() { in cursoroff()
162 void IEclass::cursoron() { in cursoron()
728 void IEclass::GoEOL() in GoEOL()
751 void IEclass::GoUp() { in GoUp()
786 void IEclass::GoDown() { in GoDown()
821 void IEclass::GoLeft() { in GoLeft()
1282 void IEclass::DelChar() in DelChar()
1618 void IEclass::GoPgUp() { in GoPgUp()
1689 void IEclass::GoPgDn() { in GoPgDn()
1739 void IEclass::Tab() { in Tab()
[all …]
H A Dgeedit.h185 class IEclass; variable
189 IEclass* editor;
206 UndoStack(IEclass* this_editor);
218 class IEclass : public Container {
353 IEclass(int __scol, int __ecol, int __srow, int __erow, int __border);
354 ~IEclass();
442 inline void IEclass::killpastebuf() { Edit__killpastebuf(); } in killpastebuf()
H A Dgeedit3.cpp36 void IEclass::Clip2Buf() { in Clip2Buf()
91 void IEclass::Buf2Clip() { in Buf2Clip()