Searched refs:wait_time (Results 1 – 8 of 8) sorted by relevance
278 long wait_time; in inchar_loop() local306 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 …]
97 static int inchar(char_u *buf, int maxlen, long wait_time);2984 long wait_time; in vgetorpeek() local3335 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() argument3471 if (wait_time == -1L || wait_time > 100L) // flush output before waiting in inchar()3559 if (wait_time == -1L || wait_time > 10L) in inchar()[all …]
1889 proftime_T wait_time; in apply_autocmds_group() local2099 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()
1766 proftime_T wait_time; in call_shell() local1780 prof_child_enter(&wait_time); in call_shell()1844 prof_child_exit(&wait_time); in call_shell()
1311 long wait_time; in mch_suspend() local1313 for (wait_time = 0; !sigcont_received && wait_time <= 3L; wait_time++) in mch_suspend()1314 mch_delay(wait_time, 0); in mch_suspend()
32 let wait_time = a:0 ? a:1 : 1035 let wait_time *= 437 let wait_time *= 1040 call term_wait(a:buf, wait_time)
721 let wait_time = 5000727 let wait_time = 15000745 …> assert_match('done', term_getline(buf, lnum - 1) .. '//' .. term_getline(buf, lnum))}, wait_time)
8783 Solution: Rename "wait" to "wait_time".