Home
last modified time | relevance | path

Searched refs:Ctrl_T (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dascii.h67 #define Ctrl_T 20 macro
143 #define Ctrl_T 0x3C macro
H A Dinsexpand.c354 || c == Ctrl_N || c == Ctrl_T || c == Ctrl_V in vim_is_ctrl_x_key()
367 return (c == Ctrl_T || c == Ctrl_P || c == Ctrl_N); in vim_is_ctrl_x_key()
1940 case Ctrl_T: in ins_compl_prep()
H A Dex_getln.c669 if (c == Ctrl_T && firstc != '?') in may_adjust_incsearch_highlighting()
2266 case Ctrl_T: // previous match in getcmdline_int()
2911 if (c1 == Ctrl_T) in getexmodeline()
H A Dedit.c938 case Ctrl_T: // Make indent one shiftwidth greater. in edit()
939 if (c == Ctrl_T && ctrl_x_mode_thesaurus()) in edit()
H A Dmouse.c340 stuffcharReadbuff(Ctrl_T); in do_mouse()
H A Dwindow.c378 case Ctrl_T: in do_window()
742 case Ctrl_T: in get_wincmd_addr_type()
H A Dnormal.c195 {Ctrl_T, nv_tagpop, NV_NCW, 0},