Searched refs:num_count (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | read_entry.c | 285 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local 329 num_count = MyNumber(buf + 6); in _nc_read_termtype() 335 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype() 339 || num_count < 0 in _nc_read_termtype() 342 || num_count > NUMCOUNT in _nc_read_termtype() 383 TYPE_CALLOC(NCURSES_INT2, max(NUMCOUNT, num_count), ptr->Numbers); in _nc_read_termtype() 384 if (!read_numbers(buf, num_count)) { in _nc_read_termtype() 387 convert_numbers(buf, ptr->Numbers, num_count); in _nc_read_termtype() 559 bool_count, num_count, str_count)); in _nc_read_termtype() 567 for (i = num_count; i < NUMCOUNT; i++) in _nc_read_termtype()
|