Searched refs:str_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 328 str_count = MyNumber(buf + 8); in _nc_read_termtype() 334 str_count, STRCOUNT, str_size)); in _nc_read_termtype() 338 || str_count < 0 in _nc_read_termtype() 341 || str_count > STRCOUNT in _nc_read_termtype() 348 if (str_count * SIZEOF_SHORT >= max_entry_size in _nc_read_termtype() 387 TYPE_CALLOC(char *, Max(STRCOUNT, str_count), ptr->Strings); in _nc_read_termtype() 389 if (str_count) { in _nc_read_termtype() 391 if (!read_shorts(buf, str_count)) { in _nc_read_termtype() 398 if (!convert_strings(buf, ptr->Strings, str_count, str_size, in _nc_read_termtype() [all …]
|