| /vim-8.2.3635/src/ |
| H A D | gui.c | 1539 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 D | drawscreen.c | 419 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 D | os_unix.c | 6164 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 D | fileio.c | 4055 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 D | term.c | 3450 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 D | opl.vim | 23 syn keyword OPLStatement begintrans bookmark break busy byref cache
|
| H A D | html.vim | 84 \ 'activedescendant', 'atomic', 'autocomplete', 'busy', 'checked', 'colcount',
|
| H A D | pine.vim | 207 syn keyword pineOption disable-busy-alarm
|
| H A D | nginx.vim | 1009 " 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 D | test_timers.vim | 155 " The travis Mac machines appear to be very busy.
|
| H A D | runtest.vim | 479 " Flakiness is often caused by the system being very busy. Sleep a
|
| H A D | test_channel.vim | 493 " computer is busy with other things. 2059 let job = job_start(s:python . " test_channel_pipe.py busy",
|
| H A D | test_functions.vim | 2321 " Using a ":" command Vim is busy, thus "S" is returned
|
| H A D | test_python2.vim | 858 " busy system (AppVeyor) it can be much lower.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | recover.txt | 111 time, especially on busy Unix systems. If you don't want this you can set the
|
| H A D | quotes.txt | 49 fairly busy system administrator working on a lot of different platforms. Vim
|
| H A D | various.txt | 210 The display is not updated while ":normal" is busy.
|
| H A D | gui_x11.txt | 294 busy a wristwatch
|
| H A D | map.txt | 600 waiting for a key, not when Vim is busy with something. When Vim is busy
|
| H A D | repeat.txt | 1081 - Real elapsed time is measured, if other processes are busy they may cause
|
| H A D | windows.txt | 690 busy an error will be given. *E249*
|
| H A D | version6.txt | 529 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 D | usr_41.txt | 1189 state() get current busy state
|
| H A D | todo.txt | 2746 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 D | options.txt | 5467 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
|