Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dascii.h70 #define Ctrl_W 23 macro
146 #define Ctrl_W 0x26 macro
H A Dex_getln.c1061 if (c == Ctrl_W) in cmdline_erase_chars()
1072 else if (c == Ctrl_W) in cmdline_erase_chars()
1102 else if (ccline.cmdlen == 0 && c != Ctrl_W in cmdline_erase_chars()
1973 case Ctrl_W: in getcmdline_int()
3622 if (regname != Ctrl_F && regname != Ctrl_P && regname != Ctrl_W in cmdline_paste()
3652 if (p_is && regname == Ctrl_W) in cmdline_paste()
H A Dregister.c905 case Ctrl_W: // word under cursor in get_spec_reg()
909 cnt = find_ident_under_cursor(argp, regname == Ctrl_W in get_spec_reg()
2545 case Ctrl_W: // word under cursor in get_reg_type()
H A Dterminal.c2551 if (termwinkey == Ctrl_W) in terminal_loop()
2611 if ((c == (termwinkey == 0 ? Ctrl_W : termwinkey) || c == Ctrl_BSL) in terminal_loop()
2659 raw_c = ctrl_to_raw_c(termwinkey == 0 ? Ctrl_W : termwinkey); in terminal_loop()
2685 buf[0] = Ctrl_W; in terminal_loop()
H A Dedit.c963 case Ctrl_W: // delete word before the cursor in edit()
969 stuffcharReadbuff(Ctrl_W); in edit()
H A Dnormal.c200 {Ctrl_W, nv_window, 0, 0},
664 if (c == Ctrl_W && !ctrl_w && oap->op_type == OP_NOP) in normal_cmd()
733 ca.cmdchar = Ctrl_W; in normal_cmd()
H A Dwindow.c279 case Ctrl_W: in do_window()
727 case Ctrl_W: in get_wincmd_addr_type()