Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dkeymap.h464 #define K_CANCEL TERMCAP2KEY(KS_EXTRA, KE_CANCEL) macro
H A Dgetchar.c3229 c = K_CANCEL; in vgetorpeek()
3391 } while ((c < 0 && c != K_CANCEL) || (advance && c == NUL)); in vgetorpeek()
H A Dterminal.c2148 case K_CANCEL: // used for :normal when running out of chars in send_keys_to_term()