Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dascii.h51 #define Ctrl_D 4 macro
127 #define Ctrl_D 0x37 macro
H A Dedit.c931 case Ctrl_D: // Make indent one shiftwidth smaller. in edit()
2896 && (no_esc || (*ptr == Ctrl_D && count > 1))) in stuff_inserted()
3872 if (c == Ctrl_D && (lastc == '0' || lastc == '^') in ins_shift()
3885 change_indent(c == Ctrl_D ? INDENT_DEC : INDENT_INC, 0, TRUE, 0, TRUE); in ins_shift()
H A Dinsexpand.c353 || c == Ctrl_I || c == Ctrl_D || c == Ctrl_P in vim_is_ctrl_x_key()
374 return (c == Ctrl_D || c == Ctrl_P || c == Ctrl_N); in vim_is_ctrl_x_key()
1968 case Ctrl_D: in ins_compl_prep()
H A Dex_getln.c2046 case Ctrl_D: in getcmdline_int()
2956 if (c1 == Ctrl_D) in getexmodeline()
H A Dnormal.c179 {Ctrl_D, nv_halfpage, 0, 0},
7373 || (cap->cmdchar == Ctrl_D in nv_halfpage()
7377 halfpage(cap->cmdchar == Ctrl_D, cap->count0); in nv_halfpage()
H A Dwindow.c563 case Ctrl_D: in do_window()
709 case Ctrl_D: in get_wincmd_addr_type()
H A Dos_unix.c5085 && ta_buf[ta_len] == Ctrl_D) in mch_call_shell_fork()
H A Dos_win32.c4499 if (ta_buf[ta_len] == Ctrl_D) in mch_system_piped()