Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/base/
H A Dlib_ungetch.c59 T(("char %d = %s", i, _nc_tracechar(sp, sp->_fifo[i]))); in NCURSES_EXPORT()
79 sp->_fifo[head] = ch; in safe_ungetch()
H A Dlib_getch.c212 int ch = (peek >= 0) ? sp->_fifo[peek] : ERR; in fifo_peek()
222 int ch = (head >= 0) ? sp->_fifo[head] : ERR; in fifo_pull()
355 sp->_fifo[tail] = ch; in fifo_push()
373 memset(sp->_fifo, 0, sizeof(sp->_fifo)); in fifo_clear()
731 if (cooked_key_in_fifo() && sp->_fifo[head] >= KEY_MIN) { in kgetch()
/openbsd/lib/libcurses/
H A Dreport_offsets.c126 show_offset(SCREEN, _fifo); in main()
H A Dcurses.priv.h999 int _fifo[FIFO_SIZE]; /* input push-back buffer */ member