Home
last modified time | relevance | path

Searched refs:mzthreads_allowed (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dif_mzsch.pro16 int mzthreads_allowed(void);
/vim-8.2.3635/src/
H A Dos_unix.c6212 if (mzthreads_allowed() && p_mzq > 0 && (msec < 0 || msec > p_mzq)) in RealWaitForChar()
6318 if (mzthreads_allowed() && p_mzq > 0 && (msec < 0 || msec > p_mzq)) in RealWaitForChar()
H A Dos_win32.c1620 if (mzthreads_allowed() && p_mzq > 0 && (long)dwWaitTime > p_mzq) in WaitForChar()
6796 if (mzthreads_allowed() && p_mzq > 0 && msec > p_mzq) in mch_delay()
H A Dif_mzsch.c3657 mzthreads_allowed(void) in mzthreads_allowed() function