Searched refs:t_inc (Results 1 – 3 of 3) sorted by relevance
50 #define t_inc() { tail == FIFO_SIZE-1 ? tail = 0 : tail++; if (tail == head) tail = -1;} macro
67 t_inc(); in _nc_ungetch()
237 t_inc(); in fifo_push()