Searched refs:Ctrl_BSL (Results 1 – 6 of 6) sorted by relevance
75 #define Ctrl_BSL 28 // \ BackSLash macro152 #define Ctrl_BSL 0x1C // \ BackSLash macro
205 {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()
1877 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()
779 c = Ctrl_BSL; in add_menu_path()803 menu->strings[i][len] = Ctrl_BSL; in add_menu_path()
2611 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()
694 if (c == Ctrl_BSL) in edit()707 c = Ctrl_BSL; in edit()