Home
last modified time | relevance | path

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

/trueos/contrib/ncurses/ncurses/
HDfifo_defs.h50 #define t_inc() { tail == FIFO_SIZE-1 ? tail = 0 : tail++; if (tail == head) tail = -1;} macro
/trueos/contrib/ncurses/ncurses/base/
HDlib_ungetch.c67 t_inc(); in _nc_ungetch()
HDlib_getch.c237 t_inc(); in fifo_push()