Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c609 static int mysleep(int hund) in mysleep() argument
613 if (hund != 0) in mysleep()
618 return safe_poll(pfd, 1, hund*10) > 0; in mysleep()