Searched refs:T_NUMSIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/teken/
H A Dteken.h127 #define T_NUMSIZE 8 macro
128 unsigned int t_nums[T_NUMSIZE];
H A Dteken.c380 teken_assert(t->t_curnum < T_NUMSIZE);
401 if (++t->t_curnum == T_NUMSIZE) {

Completed in 72 milliseconds