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

/freebsd-11.0-release/sys/teken/
H A Dteken.h128 #define T_NUMSIZE 8 macro
129 unsigned int t_nums[T_NUMSIZE];
H A Dteken.c407 teken_assert(t->t_curnum < T_NUMSIZE);
434 if (++t->t_curnum == T_NUMSIZE) {

Completed in 100 milliseconds