Searched refs:Ctrl_D (Results 1 – 8 of 8) sorted by relevance
51 #define Ctrl_D 4 macro127 #define Ctrl_D 0x37 macro
931 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()
353 || 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()
2046 case Ctrl_D: in getcmdline_int()2956 if (c1 == Ctrl_D) in getexmodeline()
179 {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()
563 case Ctrl_D: in do_window()709 case Ctrl_D: in get_wincmd_addr_type()
5085 && ta_buf[ta_len] == Ctrl_D) in mch_call_shell_fork()
4499 if (ta_buf[ta_len] == Ctrl_D) in mch_system_piped()