Home
last modified time | relevance | path

Searched refs:Ctrl_C (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/
H A Dascii.h50 #define Ctrl_C 3 macro
126 #define Ctrl_C 0x03 macro
H A Dex_getln.c1817 if ((c == Ctrl_C in getcmdline_int()
2027 case Ctrl_C: in getcmdline_int()
3711 if (cv == Ctrl_V || c == ESC || c == Ctrl_C in cmdline_paste_str()
4277 return Ctrl_C; in open_cmdwin()
4388 cmdwin_result = Ctrl_C; in open_cmdwin()
4396 cmdwin_result = Ctrl_C; in open_cmdwin()
4424 else if (cmdwin_result == Ctrl_C) in open_cmdwin()
4438 cmdwin_result = Ctrl_C; in open_cmdwin()
H A Dedit.c784 case Ctrl_C: // End input mode in edit()
786 if (c == Ctrl_C && cmdwin_type != 0) in edit()
796 if (c == Ctrl_C && bt_prompt(curbuf)) in edit()
839 if (cmdchar != 'r' && cmdchar != 'v' && c != Ctrl_C) in edit()
1875 return Ctrl_C; in get_literal()
4393 if (c == NUL || got_int || (ex_normal_busy > 0 && c == Ctrl_C)) in bracketed_paste()
H A Dmessage.c1260 } while ((had_got_int && c == Ctrl_C) in wait_return()
1286 else if (vim_strchr((char_u *)"\r\n ", c) == NULL && c != Ctrl_C) in wait_return()
2931 case Ctrl_C: in do_more_prompt()
3808 case Ctrl_C: // User aborts/cancels in do_dialog()
H A Dgetchar.c1899 if (c == Ctrl_C) in vgetc()
3014 c = Ctrl_C; in vgetorpeek()
3236 c = Ctrl_C; in vgetorpeek()
H A Dmisc1.c611 if (r == Ctrl_C || r == ESC) in ask_yesno()
970 else if (c == Ctrl_C || c == ESC || c == 'q') in get_number()
H A Dmap.c232 if (*keys == Ctrl_C) in map_add()
814 else if (*keys == Ctrl_C) in do_map()
H A Dmenu.c776 c = Ctrl_C; in add_menu_path()
798 if (c == Ctrl_C) in add_menu_path()
H A Dpopupmenu.c1529 if (c == ESC || c == Ctrl_C || pum_array == NULL) in pum_show_popupmenu()
H A Dex_docmd.c5641 cmdwin_result = Ctrl_C; in ex_quit()
5760 cmdwin_result = Ctrl_C; in ex_close()
6204 cmdwin_result = Ctrl_C; in ex_exit()
8571 || (use_vpeekc && (c = vpeekc()) != NUL && c != Ctrl_C)) in exec_normal()
H A Dgui.c5626 if ((c == Ctrl_C && ctrl_c_interrupts) in check_for_interrupt()
5628 || (intr_char != Ctrl_C && c == intr_char) in check_for_interrupt()
H A Dpopupwin.c2416 if (c == 'x' || c == 'X' || c == ESC || c == Ctrl_C) in f_popup_filter_menu()
3236 if (c == Ctrl_C) in invoke_popup_filter()
H A Dwindow.c241 case Ctrl_C: in do_window()
723 case Ctrl_C: in get_wincmd_addr_type()
H A Dnormal.c178 {Ctrl_C, nv_esc, 0, TRUE},
6951 cmdwin_result = Ctrl_C; in nv_normal()
H A Dos_win32.c1946 if (c == Ctrl_C && ctrl_c_interrupts) in mch_inchar()
4493 if (ta_buf[ta_len] == Ctrl_C) in mch_system_piped()
H A Dinsexpand.c2135 if (c == Ctrl_C && cmdwin_type != 0) in ins_compl_prep()
H A Dgui_w32.c805 if (len == 1 && string[0] == Ctrl_C && ctrl_c_interrupts) in _OnChar()
1887 string[0] = Ctrl_C; in process_message()
H A Dex_cmds.c4330 if (typed == 'q' || typed == ESC || typed == Ctrl_C in ex_substitute()
H A Dos_unix.c4384 if (c == Ctrl_C || c == intr_char) in may_send_sigint()
H A Dterminal.c2650 else if (c == Ctrl_C) in terminal_loop()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt11497 Solution: Use Ctrl_C instead of K_IGNORE for cmdwin_result. (Jean-Rene