Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dkeymap.h108 #define K_THIRD(c) (((c) == K_SPECIAL || (c) == \ macro
/dports/editors/vim/vim-8.2.3745/src/
H A Dkeymap.h137 #define K_THIRD(c) (((c) == K_SPECIAL || (c) == NUL) ? KE_FILLER : KEY2TERMCAP1(c)) macro