Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1680 # define GUI_FUNCTION2(f, pixel) (gui.in_use \ macro
1688 # define GUI_FUNCTION2(f,pixel) ((pixel) != INVALCOLOR \ macro
1696 # define GUI_FUNCTION2(f, pixel) termgui_##f((pixel)) macro
1707 # define GUI_MCH_GET_RGB2(pixel) GUI_FUNCTION2(mch_get_rgb, (pixel))