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

/freebsd-11.0-release/sys/teken/
H A Dteken.c413 t->t_nums[t->t_curnum] = c - '0';
414 } else if (t->t_nums[t->t_curnum] < UINT_MAX / 100) {
425 t->t_nums[t->t_curnum] =
426 t->t_nums[t->t_curnum] * 10 + c - '0';
431 t->t_nums[t->t_curnum] = 0;
444 t->t_nums[t->t_curnum] = 0;
H A Dteken.h129 unsigned int t_nums[T_NUMSIZE]; member in struct:__teken

Completed in 158 milliseconds