Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dglbl_ime.h19 BOOL WINAPI global_ime_TranslateMessage(CONST MSG *);
H A Dglbl_ime.cpp144 global_ime_TranslateMessage(CONST MSG *lpMsg) in global_ime_TranslateMessage()
H A Dgui_w32.c268 # undef MSG
269 typedef int MSG; typedef
582 MSG msg; in _OnBlinkTimer()
614 MSG msg; in gui_mswin_rm_blink_timer()
672 MSG msg; in _OnTimer()
1760 outputDeadKey_rePost(MSG originalMsg) in outputDeadKey_rePost()
1762 static MSG deadCharExpel; in outputDeadKey_rePost()
1789 MSG msg; in process_message()
2045 MSG msg; in gui_mch_update()
2056 MSG msg; in remove_any_timer()
[all …]
H A Dos_mswin.c1128 MSG msg; in AbortProc()
2583 MSG msg; in serverProcessPendingMessages()
H A Ddimm.idl297 HRESULT OnTranslateMessage([in] const MSG *pMsg);
H A Dos_win32.c4130 MSG msg; in mch_system_classic()
4452 MSG msg; in mch_system_piped()
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim658 delfunction MSG
5175 func MSG(n) function
5308 call MSG(28)
5310 call MSG(29)
5312 call MSG(30)
5314 call MSG(31)
5317 call MSG(32)
5319 call MSG(33)
5321 call MSG(34)
5323 call MSG(35)
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dremind.vim30 syn keyword remindRun MSG MSF RUN CAL SATISFY SPECIAL PS PSFILE SHADE MOON
H A Dfocexec.vim32 syn keyword focexecSet MSG ALL
H A Dcsc.vim128 sy match cscCom "^\s*\<SET\s\+MSG"
H A Dbaan.vim665 syn keyword baanConstant MSG.ALL
666 syn keyword baanConstant MSG.ERROR
667 syn keyword baanConstant MSG.INFO
668 syn keyword baanConstant MSG.WARNING
669 syn keyword baanConstant MSG.SUCCESS
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt11103 Solution: Use MSG() instead of msg(). (Tony Leneis)
H A Dversion8.txt30379 for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes