Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/src/
H A Dui.c271 int (*wait_func)(long wtime, int *interrupted, int ignore_input), in inchar_loop() argument
275 int interrupted = FALSE; in inchar_loop() local
384 if (wait_func(wait_time, &interrupted, FALSE)) in inchar_loop()
413 || interrupted in inchar_loop()
436 int (*wait_func)(long wtime, int *interrupted, int ignore_input), in ui_wait_for_chars_or_timer() argument
437 int *interrupted, in ui_wait_for_chars_or_timer()
488 if (wait_func(due_time, interrupted, ignore_input)) in ui_wait_for_chars_or_timer()
490 if ((interrupted != NULL && *interrupted) in ui_wait_for_chars_or_timer()
H A Dos_unix.c149 int RealWaitForChar(int, long, int *, int *interrupted);
151 static int RealWaitForChar(int, long, int *, int *interrupted);
6116 &gpm_process_wanted, interrupted); in WaitForCharOrMouse()
6253 if (interrupted != NULL) in RealWaitForChar()
6254 *interrupted = FALSE; in RealWaitForChar()
6259 if (result == 0 && interrupted != NULL && ret > 0) in RealWaitForChar()
6260 *interrupted = TRUE; in RealWaitForChar()
6382 if (interrupted != NULL) in RealWaitForChar()
6383 *interrupted = FALSE; in RealWaitForChar()
6390 else if (interrupted != NULL && ret > 0) in RealWaitForChar()
[all …]
H A Dos_vms.c740 int *interrupted) in RealWaitForChar() argument
H A Dgui.c2951 int *interrupted UNUSED, in gui_wait_for_chars_3()
2965 int *interrupted UNUSED, in gui_wait_for_chars_or_timer()
2970 interrupted, ignore_input); in gui_wait_for_chars_or_timer()
/vim-8.2.3635/src/proto/
H A Dui.pro5 …xlen, long wtime, int tb_change_cnt, int (*wait_func)(long wtime, int *interrupted, int ignore_inp…
6 …timer(long wtime, int (*wait_func)(long wtime, int *interrupted, int ignore_input), int *interrupt…
H A Dos_vms.pro15 int RealWaitForChar(int fd, long msec, int *check_for_gpm, int *interrupted);
/vim-8.2.3635/runtime/macros/life/
H A Dlife.vim38 " g 'g'o! runs everything until interrupted: "IR".
50 " R 'R'un 'C'ompute until interrupted.
/vim-8.2.3635/src/testdir/
H A Dtest_signals.vim98 " Check that an endless loop in Vim is interrupted by signal INT.
H A Dtest_cmdline.vim1647 let interrupted = 0
1651 let interrupted = 1
1653 call assert_equal(1, interrupted)
H A Dtest_ins_complete.vim88 " tag expansion, define add-expansion interrupted
H A Dtest_channel.vim2018 " We should be interrupted before 'updatetime' elapsed.
/vim-8.2.3635/runtime/doc/
H A Dif_tcl.txt67 If {cmd} returns an error, the command is interrupted.
H A Dvarious.txt724 < Can be interrupted with CTRL-C (CTRL-Break on
H A Dversion5.txt1663 When the reading a buffer was interrupted, ":w" should not be able to
3583 will be found, at the cost of time (the search can be interrupted).
4411 The "g CTRL-G" command could not be interrupted, even though it can take a
4724 interrupted by typing an <Esc>. Could get hit-enter prompt after line
5377 file loading to be interrupted. (Will Day)
5455 doesn't appear and file loading is interrupted. (Will Day)
6007 Problem: 10000@@ takes a long time and cannot be interrupted.
6906 Problem: GTK GUI: Starting the GUI could be interrupted by a SIGWINCH.
6909 interrupted by a signal.
H A Dversion6.txt2279 endless loop that can't be interrupted. Now it can be stopped with CTRL-C.
2526 interrupted with a CTRL-C. And CTRL-C would have to be hit once for every
2627 ":sleep 10" could not be interrupted on Windows, while "gs" could. Made them
2630 Unix: When waiting for a character is interrupted by an X-windows event (e.g.,
7150 Solution: Only set the read-only flag when opening a buffer is interrupted.
7151 When the shell command was interrupted, read the output that was
8021 interrupted.
8022 Solution: Don't give these messages when interrupted.
11836 Problem: Mac: An external program can't be interrupted.
H A Dautocmd.txt1078 Not triggered when sourcing was interrupted.
H A Dchange.txt1941 The sorting can be interrupted, but if you interrupt it too late in the
H A Dversion7.txt1616 The system() function now runs in cooked mode, thus can be interrupted by
1780 list may take an awful lot of time and can't be interrupted. Allow
3285 completions. Avoids that completion is interrupted too soon.
10846 Problem: When a read() or write() is interrupted by a signal it fails.
12090 Solution: When select() is interrupted loop and try again. (James Vega)
12332 Solution: When the select call is interrupted check do_resize. (Taylor
H A Deval.txt4443 interrupted while waiting for the user to type a character,
10529 1 sound was interrupted
14341 : echo "\nCommand interrupted"
14376 : echo "Script interrupted"
H A Dversion8.txt534 Problem: New regexp engine can't be interrupted.
5990 interrupted by server message. (James Kolb)
11622 Problem: When waiting for a character is interrupted by receiving channel
11630 Solution: Recompute the waiting time after being interrupted.
11645 interrupted. (Ramel Eshed)
29086 Problem: Increment/decrement might get interrupted by updating folds.
41169 Problem: Get E685 and E931 if buffer reload is interrupted.