Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c1180 static volatile sig_atomic_t sigcont_received; variable
1191 sigcont_received = TRUE; in SIGDEFARG()
1295 sigcont_received = FALSE; in mch_suspend()
1313 for (wait_time = 0; !sigcont_received && wait_time <= 3L; wait_time++) in mch_suspend()