Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c2847 && p_ek; in can_get_termresponse()
3648 if (focus_mode && p_ek && *T_FE != NUL) in starttermcap()
3706 if (focus_mode && p_ek && *T_FD != NUL) in stoptermcap()
5377 if (*tp == ESC && !p_ek && (State & INSERT)) in check_termcode()
H A Doption.h559 EXTERN int p_ek; // 'esckeys' variable
H A Dedit.c327 if (!p_ek) in edit()
3701 if (!p_ek) in ins_esc()
H A Dnormal.c901 if ((State & INSERT) && !p_ek) in normal_cmd()
914 if ((State & INSERT) && !p_ek) in normal_cmd()
H A Doptiondefs.h926 (char_u *)&p_ek, PV_NONE,