Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/window/
H A Dwwiomux.c64 int volatile dostdin; /* avoid longjmp clobbering */ in wwiomux() local
116 dostdin = nfd; in wwiomux()
120 dostdin = -1; in wwiomux()
150 if (dostdin != -1 && (pfd[dostdin].revents & POLLIN) != 0) in wwiomux()