Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/
H A Dfifo_defs.h52 (head >= FIFO_SIZE-1) \
60 ? head = FIFO_SIZE-1 \
66 (tail >= FIFO_SIZE-1) \
74 ? tail = FIFO_SIZE-1 \
80 (peek >= FIFO_SIZE-1) \
H A Dcurses.priv.h363 #define FIFO_SIZE MAXCOLUMNS+2 /* for nocbreak mode input */ macro
999 int _fifo[FIFO_SIZE]; /* input push-back buffer */
1180 MEVENT _sysmouse_fifo[FIFO_SIZE];
1190 MEVENT _drv_mouse_fifo[FIFO_SIZE];
/openbsd/lib/libcurses/base/
H A Dlib_mouse.c330 && sp->_sysmouse_tail < FIFO_SIZE in sysmouse_server()