Home
last modified time | relevance | path

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

12

/vim-8.2.3635/src/
H A Dgui.c1539 static int busy = FALSE; in gui_resize_shell() local
1548 if (updating_screen || busy) in gui_resize_shell()
1558 busy = TRUE; in gui_resize_shell()
1596 busy = FALSE; in gui_resize_shell()
5344 static int busy = FALSE; in gui_do_findrepl() local
5349 if (updating_screen || busy) in gui_do_findrepl()
5356 busy = TRUE; in gui_do_findrepl()
5465 busy = FALSE; in gui_do_findrepl()
H A Ddrawscreen.c419 static int busy = FALSE; in win_redr_status() local
423 if (busy) in win_redr_status()
425 busy = TRUE; in win_redr_status()
553 busy = FALSE; in win_redr_status()
H A Dos_unix.c6164 static int busy = FALSE; in RealWaitForChar() local
6181 if (busy) in RealWaitForChar()
6286 busy = TRUE; in RealWaitForChar()
6288 busy = FALSE; in RealWaitForChar()
6458 busy = TRUE; in RealWaitForChar()
6460 busy = FALSE; in RealWaitForChar()
H A Dfileio.c4055 static int busy = FALSE; in buf_check_timestamp() local
4071 || busy in buf_check_timestamp()
4145 busy = TRUE; in buf_check_timestamp()
4154 busy = FALSE; in buf_check_timestamp()
H A Dterm.c3450 static int busy = FALSE; in set_shellsize() local
3456 if (busy) in set_shellsize()
3480 ++busy; in set_shellsize()
3555 --busy; in set_shellsize()
/vim-8.2.3635/runtime/syntax/
H A Dopl.vim23 syn keyword OPLStatement begintrans bookmark break busy byref cache
H A Dhtml.vim84 \ 'activedescendant', 'atomic', 'autocomplete', 'busy', 'checked', 'colcount',
H A Dpine.vim207 syn keyword pineOption disable-busy-alarm
H A Dnginx.vim1009 " Sends an incoming request to the least-busy backend server, rather than distributing requests rou…
1856 …: lightweight, centralized, continuous, real-time monitoring of very large and very busy web farms.
/vim-8.2.3635/src/testdir/
H A Dtest_timers.vim155 " The travis Mac machines appear to be very busy.
H A Druntest.vim479 " Flakiness is often caused by the system being very busy. Sleep a
H A Dtest_channel.vim493 " computer is busy with other things.
2059 let job = job_start(s:python . " test_channel_pipe.py busy",
H A Dtest_functions.vim2321 " Using a ":" command Vim is busy, thus "S" is returned
H A Dtest_python2.vim858 " busy system (AppVeyor) it can be much lower.
/vim-8.2.3635/runtime/doc/
H A Drecover.txt111 time, especially on busy Unix systems. If you don't want this you can set the
H A Dquotes.txt49 fairly busy system administrator working on a lot of different platforms. Vim
H A Dvarious.txt210 The display is not updated while ":normal" is busy.
H A Dgui_x11.txt294 busy a wristwatch
H A Dmap.txt600 waiting for a key, not when Vim is busy with something. When Vim is busy
H A Drepeat.txt1081 - Real elapsed time is measured, if other processes are busy they may cause
H A Dwindows.txt690 busy an error will be given. *E249*
H A Dversion6.txt529 In the GUI a CTRL-C now only interrupts when busy with something, not when
1305 :redraw Redraw the screen even when busy with a script or function.
5898 Solution: Don't check timestamps while system() is busy.
9181 Problem: VMS: Vim busy waits when waiting for input.
10969 Problem: VMS: Missing header file. Reading input busy loops.
14247 Problem: When SIGHUP is received while busy exiting, non-reentrant
H A Dusr_41.txt1189 state() get current busy state
H A Dtodo.txt2746 GVim: dialog for closing Vim should check if Vim is busy writing a file. Then
2747 use a different dialog: "busy saving, really quit? yes / no".
3764 - When doing a CTRL-Z and typing a command for the shell, while Vim is busy
H A Doptions.txt5467 w x busy The system's usual busy pointer
7582 writing to it. This takes some time, especially on busy unix systems.
8105 On slow terminals or very busy systems timing out may cause

12