Home
last modified time | relevance | path

Searched refs:VERIFY_OK (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DStdAfx.h48 #define VERIFY_OK(f) \ macro
66 #define VERIFY_OK(f) (f); macro
H A DCommands.cpp127 VERIFY_OK(m_pApplication->get_Debugger(&pDebugger)); in UnadviseFromEvents()
374 VERIFY_OK(m_pApplication->EnableModeless(VARIANT_FALSE)); in BEGIN_MESSAGE_MAP()
405 VERIFY_OK(m_pApplication->EnableModeless(VARIANT_TRUE)); in BEGIN_MESSAGE_MAP()
443 VERIFY_OK(m_pApplication->get_ActiveDocument(&pDispDoc)); in VisVimLoad()
H A DDSAddIn.cpp118 VERIFY_OK (pApp->AddCommand (bszCmdString, bszMethod, GlyphIndex, in AddCommand()
132 VERIFY_OK (pApp->AddCommandBarButton (dsGlyph, bszCmdName, m_dwCookie)); in AddCommand()