Home
last modified time | relevance | path

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

1234

/vim-8.2.3635/src/
H A Dex_eval.c221 got_int = FALSE; in cause_errthrow()
1545 if (got_int && !THROW_ON_INTERRUPT) in do_throw()
1548 got_int = FALSE; in do_throw()
1799 prev_got_int = got_int; in ex_catch()
1800 got_int = FALSE; in ex_catch()
1803 got_int |= prev_got_int; in ex_catch()
1814 did_emsg = got_int = did_throw = FALSE; in ex_catch()
2005 skip = did_emsg || got_int || did_throw in ex_endtry()
2073 if (got_int) in ex_endtry()
2158 got_int = TRUE; in ex_endtry()
[all …]
H A Ddebugger.c238 got_int = TRUE; in do_debug()
242 got_int = TRUE; in do_debug()
373 while (!got_int) in do_showbacktrace()
486 prev_got_int = got_int; in dbg_check_skipped()
487 got_int = FALSE; in dbg_check_skipped()
493 got_int |= prev_got_int; in dbg_check_skipped()
961 prev_got_int = got_int; in debuggy_find()
962 got_int = FALSE; in debuggy_find()
972 got_int |= prev_got_int; in debuggy_find()
H A Dhelp.c985 if (!got_int) in helptags_one()
1011 got_int = TRUE; in helptags_one()
1016 got_int = TRUE; in helptags_one()
1027 for (fi = 0; fi < filecount && !got_int; ++fi) in helptags_one()
1038 while (!vim_fgets(IObuff, IOSIZE, fd) && !got_int) in helptags_one()
1066 mix = !got_int; in helptags_one()
1067 got_int = TRUE; in helptags_one()
1096 got_int = TRUE; in helptags_one()
1102 got_int = TRUE; in helptags_one()
1123 if (!got_int) in helptags_one()
[all …]
H A Dmessage.c1153 got_int = FALSE; in wait_return()
1159 got_int = FALSE; in wait_return()
1186 had_got_int = got_int; in wait_return()
1202 got_int = FALSE; in wait_return()
1247 got_int = FALSE; in wait_return()
1363 if (got_int) in hit_return_msg()
1569 int save_got_int = got_int; in msg_outtrans_len_attr()
1572 got_int = FALSE; in msg_outtrans_len_attr()
1644 got_int |= save_got_int; in msg_outtrans_len_attr()
1878 while (!got_int) in msg_prt_line()
[all …]
H A Dbufwrite.c667 int prev_got_int = got_int; in buf_write()
1156 prev_got_int = got_int; in buf_write()
1157 got_int = FALSE; in buf_write()
1484 if (got_int) in buf_write()
1653 if (got_int) in buf_write()
2101 if (got_int) in buf_write()
2299 else if (got_int) in buf_write()
2318 if (got_int) in buf_write()
2582 if (!got_int) in buf_write()
2621 got_int |= prev_got_int; in buf_write()
H A Dui.c978 if (len > 0 || got_int) in fill_input_buf()
1004 if (len <= 0 && !got_int) in fill_input_buf()
1008 if (got_int) in fill_input_buf()
1045 got_int = TRUE; in fill_input_buf()
H A Dsearch.c1049 if (got_int) in searchit()
1079 if (!p_ws || stop_lnum != 0 || got_int in searchit()
1107 if (got_int || called_emsg > called_emsg_before in searchit()
1123 if (got_int) in searchit()
2268 while (!got_int) in findmatchlimit()
2344 while (!got_int) in findmatchlimit()
3299 if (got_int) in update_search_stat()
3489 while (depth_displayed < depth && !got_int) in find_pattern_in_path()
3815 if (!got_int) in find_pattern_in_path()
3928 if (got_int || ins_compl_interrupted()) in find_pattern_in_path()
[all …]
H A Dex_getln.c520 if (got_int) in may_do_incsearch_highlighting()
884 got_int = FALSE; // don't abandon the command line in cmdline_handle_backslash_key()
952 if (got_int) in cmdline_wildchar_complete()
1743 got_int = FALSE; in getcmdline_int()
1829 got_int = FALSE; in getcmdline_int()
2841 got_int = FALSE; in getexmodeline()
2842 while (!got_int) in getexmodeline()
2866 if (got_int) in getexmodeline()
3066 if (got_int) in getexmodeline()
3630 if (got_int) in cmdline_paste()
[all …]
H A Dex_cmds.c332 if (got_int) in sort_compare()
595 if (got_int) in ex_sort()
634 if (got_int) in ex_sort()
666 if (got_int) in ex_sort()
1218 got_int = FALSE; in do_filter()
4616 || got_int in ex_substitute()
4777 if (got_int) // interrupted in ex_substitute()
4820 if (got_int) in do_sub_msg()
4845 if (got_int) in do_sub_msg()
4991 if (got_int) in ex_global()
[all …]
H A Dmark.c751 else if (!got_int in show_one_mark()
769 if (!got_int) in show_one_mark()
884 for (i = 0; i < curwin->w_jumplistlen && !got_int; ++i) in ex_jumps()
898 if (got_int) in ex_jumps()
942 for (i = 0; i < curbuf->b_changelistlen && !got_int; ++i) in ex_changes()
947 if (got_int) in ex_changes()
H A Dversion.c8103 if (!got_int && len < (int)Columns && msg_col + len >= (int)Columns in version_msg_wrap()
8106 if (!got_int) in version_msg_wrap()
8179 for (i = 0; !got_int && i < nrow * ncol; ++i) in list_in_columns()
H A Dmap.c149 if (got_int) // 'q' typed at MORE prompt in showmap()
588 for (hash = 0; hash < 256 && !got_int; ++hash) in do_map()
598 for ( ; mp != NULL && !got_int; mp = mp->m_next) in do_map()
624 for (hash = 0; hash < 256 && !got_int; ++hash) in do_map()
634 for ( ; mp != NULL && !got_int; mp = mp->m_next) in do_map()
666 && !did_it && !got_int; ++round) in do_map()
669 for (hash = 0; hash < 256 && !got_int; ++hash) in do_map()
679 for (mp = *mpp; mp != NULL && !got_int; mp = *mpp) in do_map()
H A Dregister.c791 if (got_int) in insert_reg()
966 if (got_int) in cmdline_paste_reg()
2336 for (i = -1; i < NUM_REGISTERS && !got_int; ++i) in ex_display()
2421 && (arg == NULL || vim_strchr(arg, '.') != NULL) && !got_int in ex_display()
2430 && !got_int && !message_filtered(last_cmdline)) in ex_display()
2438 && (arg == NULL || vim_strchr(arg, '%') != NULL) && !got_int in ex_display()
2446 if ((arg == NULL || vim_strchr(arg, '%') != NULL) && !got_int) in ex_display()
2461 && (arg == NULL || vim_strchr(arg, '/') != NULL) && !got_int in ex_display()
2471 && !got_int && !message_filtered(expr_line)) in ex_display()
H A Ddigraph.c2107 for (i = 0; dp->char1 != NUL && !got_int; ++i) in listdigraphs()
2130 for (i = 0; i < user_digraphs.ga_len && !got_int; ++i) in listdigraphs()
2208 for (i = 0; dp->char1 != NUL && !got_int; ++i) in digraph_getlist_common()
2229 for (i = 0; i < user_digraphs.ga_len && !got_int; ++i) in digraph_getlist_common()
H A Dautocmd.c290 if (got_int) in show_autocmd()
296 if (got_int) in show_autocmd()
312 if (got_int) in show_autocmd()
325 if (got_int) in show_autocmd()
332 if (got_int) in show_autocmd()
337 if (got_int) in show_autocmd()
2333 for (ap = apc->curpat; ap != NULL && !got_int; ap = ap->next) in auto_next_pat()
H A Dex_docmd.c427 int got_int; member
445 dsp->got_int = got_int; got_int = FALSE; in save_dbg_stuff()
462 got_int = dsp->got_int; in restore_dbg_stuff()
1067 if (!did_emsg && !got_int && !did_throw in do_cmdline()
1143 did_emsg = got_int = did_throw = FALSE; in do_cmdline()
1175 while (!((got_int in do_cmdline()
1903 if (!ea.skip && got_int) in do_one_cmd()
6254 for ( ;!got_int; ui_breakcheck()) in ex_print()
7530 while (!got_int && done < msec) in do_sleep()
7575 if (got_int) in do_sleep()
[all …]
H A Dgetchar.c1900 got_int = FALSE; // avoid looping in vgetc()
2962 if (c != NUL && !got_int) in vgetorpeek()
2998 if (got_int) in vgetorpeek()
3508 if (got_int || (script_char = getc(scriptin[curscript])) < 0) in inchar()
3519 if (got_int) in inchar()
3541 if (got_int) in inchar()
3689 got_int = FALSE; in getcmdkeycmd()
3731 if (got_int) in getcmdkeycmd()
H A Dmemfile.c528 int got_int_save = got_int; in mf_sync()
538 got_int = FALSE; in mf_sync()
569 if (got_int) in mf_sync()
659 got_int |= got_int_save; in mf_sync()
H A Dmain.c1176 got_int = TRUE; in main_loop()
1225 if (got_int) in main_loop()
1238 got_int = FALSE; in main_loop()
2856 if (got_int || only_one_window()) in create_windows()
2874 if (got_int) in create_windows()
2974 if (got_int || only_one_window()) in edit_buffers()
2988 if (got_int) in edit_buffers()
H A Dtag.c644 if (i <= 0 || i > num_matches || got_int) in do_tag()
849 for (i = 0; i < num_matches && !got_int; ++i) in print_tag_list()
886 if (got_int) in print_tag_list()
922 if (got_int) in print_tag_list()
939 if (got_int) in print_tag_list()
969 if (got_int) in print_tag_list()
1000 if (got_int) in print_tag_list()
1001 got_int = FALSE; // only stop the listing in print_tag_list()
1909 if (got_int || ins_compl_interrupted()) in find_tags()
3681 got_int = FALSE; // don't want entering window to fail in jumpto_tag()
H A Dinsexpand.c610 if (got_int) in ins_compl_add()
1246 while (*dict != NUL && !got_int && !compl_interrupted) in ins_compl_dictionaries()
1316 for (i = 0; i < count && !got_int && !compl_interrupted; i++) in ins_compl_files()
1331 while (!got_int && !compl_interrupted in ins_compl_files()
1351 while (!got_int) in ins_compl_files()
1390 if (*ptr == '\n' || got_int) in ins_compl_files()
3222 if (got_int) in ins_compl_get_exp()
3621 if (compl_pending != 0 && !got_int && !compl_no_insert) in ins_compl_check_keys()
4146 if (got_int && !global_busy) in ins_complete()
4149 got_int = FALSE; in ins_complete()
H A Dregexp_bt.c2777 if (got_int) in regrepeat()
2801 if (got_int) in regrepeat()
2832 if (got_int) in regrepeat()
2862 if (got_int) in regrepeat()
2888 if (got_int) in regrepeat()
2919 if (got_int) in regrepeat()
3079 if (got_int) in regrepeat()
3112 if (got_int) in regrepeat()
4202 if (got_int) in regmatch()
4667 if (got_int) in regmatch()
[all …]
H A Dquickfix.c1737 got_int = FALSE; in qf_init_ext()
1741 while (!got_int) in qf_init_ext()
5322 while (!got_int in qf_find_first_entry_on_line()
5342 while (!got_int && in qf_find_last_entry_on_line()
5531 while (n-- > 0 && !got_int) in qf_get_nth_below_entry()
5971 got_int = TRUE; in vgr_match_buflines()
6016 got_int = TRUE; in vgr_match_buflines()
6030 if (got_int) in vgr_match_buflines()
6224 if (!got_int) in vgr_process_files()
6505 && !got_int in load_dummy_buffer()
[all …]
H A Dfold.c852 int save_got_int = got_int; in foldUpdate()
855 got_int = FALSE; in foldUpdate()
857 got_int |= save_got_int; in foldUpdate()
2253 for ( ; !got_int; --fline.lnum) in foldUpdateIEMS()
2303 while (!got_int) in foldUpdateIEMS()
2447 while (!got_int) in foldUpdateIEMSRecurse()
2514 while (!got_int) in foldUpdateIEMSRecurse()
2737 while (!got_int) in foldUpdateIEMSRecurse()
H A Dedit.c790 got_int = FALSE; // don't stop executing autocommands et al. in edit()
816 if (got_int) in edit()
819 got_int = FALSE; in edit()
1874 if (got_int) in get_literal()
1977 got_int = FALSE; // CTRL-C typed after CTRL-V is not an interrupt in get_literal()
3621 if (got_int) in ins_esc()
3722 else if (p_smd && (got_int || !skip_showmode())) in ins_esc()
4393 if (c == NUL || got_int || (ex_normal_busy > 0 && c == Ctrl_C)) in bracketed_paste()

1234