Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c4369 #define KEEP_OPEN_TIME 20 // msec macro
4398 if (*towait < 0 || *towait > KEEP_OPEN_TIME) in channel_poll_setup()
4399 *towait = KEEP_OPEN_TIME; in channel_poll_setup()
4497 || tv->tv_usec > KEEP_OPEN_TIME * 1000) in channel_select_setup()
4501 tv->tv_usec = KEEP_OPEN_TIME * 1000; in channel_select_setup()