Searched refs:sptr_t (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintillaWidget.h44 sptr_t scintilla_send_message (ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam);
H A DScintilla.h26 // hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
33 typedef LONG_PTR sptr_t; typedef
36 typedef long sptr_t; typedef
39 typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, sptr_t lParam);
754 sptr_t lParam; // SCN_MACRORECORD
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.h114 virtual sptr_t DefWndProc(unsigned int iMessage,
116 sptr_t lParam);
117 virtual sptr_t WndProc(unsigned int iMessage,
119 sptr_t lParam);
H A DScintillaWX.cpp685 sptr_t ScintillaWX::DefWndProc(unsigned int /*iMessage*/,
687 sptr_t /*lParam*/) {
691 sptr_t ScintillaWX::WndProc(unsigned int iMessage,
693 sptr_t lParam) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DScintillaBase.h90 virtual sptr_t WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
H A DExternalLexer.cxx121 GetLexerCountFn GetLexerCount = (GetLexerCountFn)(sptr_t)lib->FindFunction("GetLexerCount");
128 GetLexerNameFn GetLexerName = (GetLexerNameFn)(sptr_t)lib->FindFunction("GetLexerName");
129 ExtLexerFunction Lexer = (ExtLexerFunction)(sptr_t)lib->FindFunction("Lex");
130 ExtFoldFunction Folder = (ExtFoldFunction)(sptr_t)lib->FindFunction("Fold");
H A DEditor.h455 void NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
475 long FindText(uptr_t wParam, sptr_t lParam);
477 long SearchText(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
531 virtual sptr_t DefWndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) = 0;
537 virtual sptr_t WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam);
H A DScintillaBase.cxx502 sptr_t ScintillaBase::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
H A DEditor.cxx3598 NotifyMacroRecord(SCI_REPLACESEL, 0, reinterpret_cast<sptr_t>(txt));
3871 void Editor::NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
4714 sptr_t lParam) { ///< @c TextToFind structure: The text to search for in the given range.
4756 sptr_t lParam) { ///< The text to search for.
5689 static char *CharPtrFromSPtr(sptr_t lParam) {
5693 sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
7113 return reinterpret_cast<sptr_t>(pdoc);
7125 return reinterpret_cast<sptr_t>(doc);

Completed in 126 milliseconds