Home
last modified time | relevance | path

Searched refs:wait_time (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dui.c278 long wait_time; in inchar_loop() local
306 wait_time = -1; in inchar_loop()
310 wait_time = wtime; in inchar_loop()
313 wait_time = p_ut; in inchar_loop()
317 wait_time -= elapsed_time; in inchar_loop()
361 if (wait_time < 0 || wait_time > 100L) in inchar_loop()
366 wait_time = 100L; in inchar_loop()
371 wait_time = 10L; in inchar_loop()
378 wait_time = 100L; in inchar_loop()
405 elapsed_time += wait_time; in inchar_loop()
[all …]
H A Dgetchar.c97 static int inchar(char_u *buf, int maxlen, long wait_time);
2984 long wait_time; in vgetorpeek() local
3335 wait_time = -1L; in vgetorpeek()
3337 wait_time = p_ttm; in vgetorpeek()
3339 wait_time = p_tm; in vgetorpeek()
3342 wait_time = 0; in vgetorpeek()
3347 wait_time); in vgetorpeek()
3464 long wait_time) // milli seconds in inchar() argument
3471 if (wait_time == -1L || wait_time > 100L) // flush output before waiting in inchar()
3559 if (wait_time == -1L || wait_time > 10L) in inchar()
[all …]
H A Dautocmd.c1889 proftime_T wait_time; in apply_autocmds_group() local
2099 prof_child_enter(&wait_time); // doesn't count for the caller itself in apply_autocmds_group()
2210 prof_child_exit(&wait_time); in apply_autocmds_group()
H A Dmisc2.c1766 proftime_T wait_time; in call_shell() local
1780 prof_child_enter(&wait_time); in call_shell()
1844 prof_child_exit(&wait_time); in call_shell()
H A Dos_unix.c1311 long wait_time; in mch_suspend() local
1313 for (wait_time = 0; !sigcont_received && wait_time <= 3L; wait_time++) in mch_suspend()
1314 mch_delay(wait_time, 0); in mch_suspend()
/vim-8.2.3635/src/testdir/
H A Dterm_util.vim32 let wait_time = a:0 ? a:1 : 10
35 let wait_time *= 4
37 let wait_time *= 10
40 call term_wait(a:buf, wait_time)
H A Dtest_terminal.vim721 let wait_time = 5000
727 let wait_time = 15000
745 …> assert_match('done', term_getline(buf, lnum - 1) .. '//' .. term_getline(buf, lnum))}, wait_time)
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt8783 Solution: Rename "wait" to "wait_time".