Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tty/
H A Dlib_twait.c192 #define MIN_FDS 2 in _nc_timed_wait() macro
193 struct pollfd fd_list[MIN_FDS]; in _nc_timed_wait()
246 fds = typeMalloc(struct pollfd, MIN_FDS + evl->count); in _nc_timed_wait()
492 for (count = 0; count < MIN_FDS; count++) { in _nc_timed_wait()