Home
last modified time | relevance | path

Searched refs:Ctrl_V (Results 1 – 25 of 25) sorted by relevance

/vim-8.2.3635/src/
H A Dascii.h69 #define Ctrl_V 22 macro
145 #define Ctrl_V 0x32 macro
H A Dnormal.c197 {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 Dmouse.c589 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 Dops.c3041 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 Dmap.c444 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 Dviminfo.c155 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 Dmenu.c711 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 Dedit.c728 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 Ddrawline.c555 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 Dex_getln.c2273 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 Dinsexpand.c354 || 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 Dgetchar.c578 add_char_buff(&redobuff, Ctrl_V); in AppendToRedobuffLit()
722 stuffcharReadbuff(Ctrl_V); in stuffescaped()
3722 if (c1 == Ctrl_V) in getcmdkeycmd()
H A Dregister.c615 Ctrl_V, FALSE); in do_execreg()
1031 vim_snprintf((char *)buf, sizeof(buf), "%c%ld", Ctrl_V, in yank_do_autocmd()
H A Ddrawscreen.c1308 if (VIsual_mode == Ctrl_V) in fold_line()
2005 if (VIsual_mode == Ctrl_V) in win_update()
H A Dcharset.c1743 if ((*p == '\\' || *p == Ctrl_V) && *(p + 1) != NUL) in skiptowhite_esc()
H A Dwindow.c173 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 Dscriptfile.c1713 for (c = len - 2; c >= 0 && buf[c] == Ctrl_V; c--) in get_one_sourceline()
H A Dstrings.c498 while (--q > ptr && VIM_ISWHITE(q[0]) && q[-1] != '\\' && q[-1] != Ctrl_V) in del_trailing_spaces()
H A Dregexp.c1326 else if (mode == Ctrl_V) in reg_match_visual()
H A Dmisc2.c33 || ((cur_ve_flags & VE_BLOCK) && VIsual_active && VIsual_mode == Ctrl_V) in virtual_active()
H A Dcmdexpand.c1165 if (*p == Ctrl_V) in set_one_cmd_context()
H A Devalfunc.c4729 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 Dscreen.c4261 + (VIsual_mode == Ctrl_V) * 2 in showmode()
H A Dterm.c6086 if (key == Ctrl_V || (do_backslash && key == '\\')) in replace_termcodes()
H A Dex_docmd.c5031 if (*p == Ctrl_V) in separate_nextcmd()