| /vim-8.2.3635/src/ |
| H A D | ascii.h | 69 #define Ctrl_V 22 macro 145 #define Ctrl_V 0x32 macro
|
| H A D | normal.c | 197 {Ctrl_V, nv_visual, 0, FALSE}, 1843 if (VIsual_mode == Ctrl_V) in clear_showcmd() 4980 if (cap->nchar == Ctrl_V) in nv_replace() 4982 had_ctrl_v = Ctrl_V; in nv_replace() 5183 if (cmdchar == 'O' && VIsual_mode == Ctrl_V) in v_swap_corners() 5413 if (VIsual_mode != Ctrl_V) in v_visop() 5648 cap->cmdchar = Ctrl_V; in nv_visual() 5716 else if (VIsual_mode == Ctrl_V) in nv_visual() 5995 cap->cmdchar = Ctrl_V; in nv_g_cmd() 6643 && cap->oap->motion_force != Ctrl_V) in nv_lineop() [all …]
|
| H A D | mouse.c | 589 else if (VIsual_mode == Ctrl_V) in do_mouse() 753 VIsual_mode = Ctrl_V; in do_mouse() 757 if (VIsual_mode == Ctrl_V) in do_mouse() 937 VIsual_mode = Ctrl_V; in do_mouse() 944 VIsual_mode = Ctrl_V; in do_mouse() 1012 VIsual_mode = Ctrl_V; in do_mouse()
|
| H A D | ops.c | 3041 if (VIsual_mode == Ctrl_V) in cursor_pos_info() 3093 case Ctrl_V: in cursor_pos_info() 3155 if (VIsual_mode == Ctrl_V && curwin->w_curswant < MAXCOL) in cursor_pos_info() 3399 if (VIsual_mode != Ctrl_V in get_op_vcol() 3523 else if (oap->motion_force == Ctrl_V) in do_pending_operator() 3531 VIsual_mode = Ctrl_V; in do_pending_operator() 3726 if (VIsual_mode != Ctrl_V) in do_pending_operator() 3729 if (VIsual_mode == Ctrl_V || oap->line_count <= 1) in do_pending_operator() 3731 if (VIsual_mode != Ctrl_V) in do_pending_operator() 3799 if (VIsual_mode != Ctrl_V && *ml_get_pos(&(oap->end)) == NUL in do_pending_operator()
|
| H A D | map.c | 444 if ((p[0] == Ctrl_V || (do_backslash && p[0] == '\\')) && in do_map() 1162 if (c == ' ' || c == '\t' || c == Ctrl_J || c == Ctrl_V in translate_mapping() 1164 ga_append(&ga, cpo_bslash ? Ctrl_V : '\\'); in translate_mapping() 1540 tb[j++] = Ctrl_V; // special char needs CTRL-V in check_abbr() 2023 if (putc(Ctrl_V, fd) < 0) in put_escstr()
|
| H A D | viminfo.c | 155 if (*s == Ctrl_V || *s == '\n') in viminfo_writestring() 169 if (c == Ctrl_V || c == '\n') in viminfo_writestring() 171 putc(Ctrl_V, fd); in viminfo_writestring() 260 if (virp->vir_line[off] == Ctrl_V && vim_isdigit(virp->vir_line[off + 1])) in viminfo_readstring() 286 if (s[0] == Ctrl_V && s[1] != NUL) in viminfo_readstring() 291 *d++ = Ctrl_V; in viminfo_readstring()
|
| H A D | menu.c | 711 if ((*s == '\\' || *s == Ctrl_V) && s[1]) in add_menu_path() 1294 if ((*p == '\\' || *p == Ctrl_V) && p[1] != NUL) in set_context_in_menu_cmd() 1573 if (*p == '\\' || *p == Ctrl_V) in menu_name_skip() 2745 if ((*p == '\\' || *p == Ctrl_V) && p[1] != NUL) in menu_skip_part() 2813 if ((*arg == '\\' || *arg == Ctrl_V) && arg[1] != NUL) in menu_translate_tab_and_shift()
|
| H A D | edit.c | 728 if ((c == Ctrl_V || c == Ctrl_Q) && ctrl_x_mode_cmdline()) in edit() 730 if (c == Ctrl_V || c == Ctrl_Q) in edit() 733 c = Ctrl_V; // pretend CTRL-V is last typed character in edit() 1566 add_to_showcmd_c(Ctrl_V); in ins_ctrl_v() 2558 *s++ = Ctrl_V; in set_last_insert() 5326 c = Ctrl_V; // pretend CTRL-V is last character in ins_ctrl_ey()
|
| H A D | drawline.c | 555 if (VIsual_mode == Ctrl_V) in win_line() 2240 && VIsual_mode != Ctrl_V in win_line() 2342 && (VIsual_mode == Ctrl_V in win_line() 2638 && (VIsual_mode != Ctrl_V in win_line()
|
| H A D | ex_getln.c | 2273 case Ctrl_V: in getcmdline_int() 2986 if (c1 == Ctrl_V || c1 == Ctrl_Q) in getexmodeline() 3705 if (cv == Ctrl_V && s[1]) in cmdline_paste_str() 3711 if (cv == Ctrl_V || c == ESC || c == Ctrl_C in cmdline_paste_str() 3717 stuffcharReadbuff(Ctrl_V); in cmdline_paste_str()
|
| H A D | insexpand.c | 354 || c == Ctrl_N || c == Ctrl_T || c == Ctrl_V in vim_is_ctrl_x_key() 377 return (c == Ctrl_V || c == Ctrl_Q || c == Ctrl_P || c == Ctrl_N in vim_is_ctrl_x_key() 1882 if (c == Ctrl_V || c == Ctrl_Q || c == Ctrl_Z || ins_compl_pum_key(c) in ins_compl_prep() 1972 case Ctrl_V: in ins_compl_prep()
|
| H A D | getchar.c | 578 add_char_buff(&redobuff, Ctrl_V); in AppendToRedobuffLit() 722 stuffcharReadbuff(Ctrl_V); in stuffescaped() 3722 if (c1 == Ctrl_V) in getcmdkeycmd()
|
| H A D | register.c | 615 Ctrl_V, FALSE); in do_execreg() 1031 vim_snprintf((char *)buf, sizeof(buf), "%c%ld", Ctrl_V, in yank_do_autocmd()
|
| H A D | drawscreen.c | 1308 if (VIsual_mode == Ctrl_V) in fold_line() 2005 if (VIsual_mode == Ctrl_V) in win_update()
|
| H A D | charset.c | 1743 if ((*p == '\\' || *p == Ctrl_V) && *(p + 1) != NUL) in skiptowhite_esc()
|
| H A D | window.c | 173 case Ctrl_V: in do_window() 225 if (nchar == 'v' || nchar == Ctrl_V) in do_window() 687 case Ctrl_V: in get_wincmd_addr_type()
|
| H A D | scriptfile.c | 1713 for (c = len - 2; c >= 0 && buf[c] == Ctrl_V; c--) in get_one_sourceline()
|
| H A D | strings.c | 498 while (--q > ptr && VIM_ISWHITE(q[0]) && q[-1] != '\\' && q[-1] != Ctrl_V) in del_trailing_spaces()
|
| H A D | regexp.c | 1326 else if (mode == Ctrl_V) in reg_match_visual()
|
| H A D | misc2.c | 33 || ((cur_ve_flags & VE_BLOCK) && VIsual_active && VIsual_mode == Ctrl_V) in virtual_active()
|
| H A D | cmdexpand.c | 1165 if (*p == Ctrl_V) in set_one_cmd_context()
|
| H A D | evalfunc.c | 4729 buf[0] = Ctrl_V; in f_getregtype() 7824 vim_snprintf((char *)buf, sizeof(buf), "%c%ld", Ctrl_V, in f_getreginfo() 8915 case 'b': case Ctrl_V: // block-wise selection in get_yank_type()
|
| H A D | screen.c | 4261 + (VIsual_mode == Ctrl_V) * 2 in showmode()
|
| H A D | term.c | 6086 if (key == Ctrl_V || (do_backslash && key == '\\')) in replace_termcodes()
|
| H A D | ex_docmd.c | 5031 if (*p == Ctrl_V) in separate_nextcmd()
|