Searched refs:num_count (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | read_entry.c | 283 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local 327 num_count = MyNumber(buf + 6); in _nc_read_termtype() 333 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype() 337 || num_count < 0 in _nc_read_termtype() 340 || num_count > NUMCOUNT in _nc_read_termtype() 381 TYPE_CALLOC(NCURSES_INT2, Max(NUMCOUNT, num_count), ptr->Numbers); in _nc_read_termtype() 382 if (!read_numbers(buf, num_count)) { in _nc_read_termtype() 385 convert_numbers(buf, ptr->Numbers, num_count); in _nc_read_termtype() 557 bool_count, num_count, str_count)); in _nc_read_termtype() 565 for (i = num_count; i < NUMCOUNT; i++) in _nc_read_termtype()
|