Home
last modified time | relevance | path

Searched refs:K_XF1 (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h304 #define K_XF1 TERMCAP2KEY(KS_EXTRA, KE_XF1) macro
H A Dmisc2.c966 {K_XF1, (char_u *)"xF1"},
1134 case K_XF1: return K_F1; in handle_x_keys()
H A Dterm.c931 {K_XF1, IF_EB("\033O*P", ESC_STR "O*P")},
1242 {K_XF1, "[xF1]"},
H A Dex_getln.c4400 if (cmdwin_result == K_XF1 || cmdwin_result == K_XF2) // :qa[!] typed in open_cmdwin()
H A Dedit.c883 case K_XF1: in edit()
H A Dnormal.c359 {K_XF1, nv_help, NV_NCW, 0},
H A Dterminal.c1500 case K_XF1: key = VTERM_KEY_FUNCTION(1); break; in term_convert_key()
H A Dex_docmd.c5727 cmdwin_result = K_XF1; // ex_window() takes care of this in ex_quit_all()