Home
last modified time | relevance | path

Searched defs:TO_SPECIAL (Results 1 – 2 of 2) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dkeymap.h114 #define TO_SPECIAL(a, b) ((a) == KS_SPECIAL ? K_SPECIAL : (a) == \ macro
/dports/editors/vim/vim-8.2.3745/src/
H A Dkeymap.h142 #define TO_SPECIAL(a, b) ((a) == KS_SPECIAL ? K_SPECIAL : (a) == KS_ZERO ? K_ZERO : TERMCAP2KEY(… macro