Searched refs:p_mzq (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_mzsch.c | 824 if (mz_threads_allow && p_mzq > 0) in mzvim_check_threads() 828 if ((now - mz_last_time) * 1000 > p_mzq) in mzvim_check_threads() 858 if (mz_threads_allow && p_mzq > 0) in timer_proc() 859 timer_id = XtAppAddTimeOut(app_context, p_mzq, in timer_proc() 868 timer_id = SetTimer(NULL, 0, p_mzq, timer_proc); in setup_timer() 870 timer_id = g_timeout_add((guint)p_mzq, (GSourceFunc)timer_proc, NULL); in setup_timer() 872 timer_id = XtAppAddTimeOut(app_context, p_mzq, timer_proc, NULL); in setup_timer() 894 if (mz_threads_allow && p_mzq > 0 && gui.in_use) in mzvim_reset_timer() 905 if (on && timer_id == 0 && p_mzq > 0 && gui.in_use) in notify_multithread()
|
| H A D | os_unix.c | 617 if (total > p_mzq) in mch_delay() 618 msec = p_mzq; in mch_delay() 6212 if (mzthreads_allowed() && p_mzq > 0 && (msec < 0 || msec > p_mzq)) in RealWaitForChar() 6214 towait = (int)p_mzq; // don't wait longer than 'mzquantum' in RealWaitForChar() 6318 if (mzthreads_allowed() && p_mzq > 0 && (msec < 0 || msec > p_mzq)) in RealWaitForChar() 6320 towait = p_mzq; // don't wait longer than 'mzquantum' in RealWaitForChar()
|
| H A D | os_win32.c | 1620 if (mzthreads_allowed() && p_mzq > 0 && (long)dwWaitTime > p_mzq) in WaitForChar() 1621 dwWaitTime = p_mzq; // don't wait longer than 'mzquantum' in WaitForChar() 6796 if (mzthreads_allowed() && p_mzq > 0 && msec > p_mzq) in mch_delay() 6798 int towait = p_mzq; in mch_delay()
|
| H A D | option.h | 769 EXTERN long p_mzq; // 'mzquantum variable
|
| H A D | optiondefs.h | 1811 (char_u *)&p_mzq, PV_NONE,
|
| H A D | option.c | 3630 else if (pp == &p_mzq) in set_num_option()
|