Home
last modified time | relevance | path

Searched refs:Ctrl_BSL (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dascii.h75 #define Ctrl_BSL 28 // \ BackSLash macro
152 #define Ctrl_BSL 0x1C // \ BackSLash macro
H A Dnormal.c205 {Ctrl_BSL, nv_normal, NV_NCH_ALW, 0},
853 || ca.nchar == Ctrl_BSL) in normal_cmd()
981 && ca.nchar == Ctrl_BSL in normal_cmd()
984 ca.cmdchar = Ctrl_BSL; in normal_cmd()
990 else if (*cp == Ctrl_BSL) in normal_cmd()
1008 ca.cmdchar = Ctrl_BSL; in normal_cmd()
H A Dex_getln.c1877 if (c == Ctrl_BSL) in getcmdline_int()
1886 c = Ctrl_BSL; // backslash key not processed by in getcmdline_int()
3716 || (c == Ctrl_BSL && *s == Ctrl_N)) in cmdline_paste_str()
H A Dmenu.c779 c = Ctrl_BSL; in add_menu_path()
803 menu->strings[i][len] = Ctrl_BSL; in add_menu_path()
H A Dterminal.c2611 if ((c == (termwinkey == 0 ? Ctrl_W : termwinkey) || c == Ctrl_BSL) in terminal_loop()
2636 if (prev_c == Ctrl_BSL) in terminal_loop()
2661 else if (c == Ctrl_BSL) in terminal_loop()
2664 raw_c = ctrl_to_raw_c(Ctrl_BSL); in terminal_loop()
H A Dedit.c694 if (c == Ctrl_BSL) in edit()
707 c = Ctrl_BSL; in edit()