Searched refs:K_CANCEL (Results 1 – 3 of 3) sorted by relevance
464 #define K_CANCEL TERMCAP2KEY(KS_EXTRA, KE_CANCEL) macro
3229 c = K_CANCEL; in vgetorpeek()3391 } while ((c < 0 && c != K_CANCEL) || (advance && c == NUL)); in vgetorpeek()
2148 case K_CANCEL: // used for :normal when running out of chars in send_keys_to_term()