Home
last modified time | relevance | path

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

/openbsd/games/hunt/huntd/
H A Ddriver.c186 Have_inp = read_fds; in main()
189 if (FD_ISSET(Socket, &Have_inp)) in main()
196 if (FD_ISSET(fd, &Have_inp) && answer_next(sp)) { in main()
207 FD_CLR(fd, &Have_inp); in main()
249 if (FD_ISSET(Server_socket, &Have_inp)) in main()
253 if (FD_ISSET(Status, &Have_inp)) in main()
919 if (!FD_ISSET(pp->p_fd, &Have_inp)) in havechar()
922 FD_CLR(pp->p_fd, &Have_inp); in havechar()
H A Dextern.c45 fd_set Have_inp; /* which file descriptors have input */ variable
H A Dserver.h282 extern fd_set Have_inp;