Home
last modified time | relevance | path

Searched refs:str_count (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c328 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()
389 if (str_count) { in _nc_read_termtype()
391 if (!read_shorts(buf, str_count)) { in _nc_read_termtype()
501 str_count, ext_str_count)); in _nc_read_termtype()
508 i, i + str_count, in _nc_read_termtype()
557 bool_count, num_count, str_count)); in _nc_read_termtype()
[all …]