Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c210 static volatile sig_atomic_t in_mch_delay = FALSE; // sleeping in mch_delay() variable
599 in_mch_delay = TRUE; in mch_delay()
662 in_mch_delay = FALSE; in mch_delay()
1016 if (in_mch_delay && sigarg == SIGQUIT) in SIGDEFARG()