Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnbdebug.c53 u_int wait_secs) // how many seconds to wait in nbdebug_wait() argument
65 sleep(wait_secs > 0 && wait_secs < 120 ? wait_secs : 20); in nbdebug_wait()
H A Dnbdebug.h47 void nbdebug_wait(u_int wait_flags, char *wait_var, u_int wait_secs);