Searched refs:num_count (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | read_entry.c | 255 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local 300 num_count = MyNumber(buf + 6); in _nc_read_termtype() 306 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype() 310 || num_count < 0 in _nc_read_termtype() 352 if (!(ptr->Numbers = TYPE_CALLOC(NCURSES_INT2, max(NUMCOUNT, num_count))) in _nc_read_termtype() 353 || !read_numbers(buf, num_count)) { in _nc_read_termtype() 356 convert_numbers(buf, ptr->Numbers, num_count); in _nc_read_termtype() 524 bool_count, num_count, str_count)); in _nc_read_termtype() 532 for (i = num_count; i < NUMCOUNT; i++) in _nc_read_termtype()
|