Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c176 str_count = LOW_MSB(buf + 8); in _nc_read_termtype()
182 str_count, STRCOUNT, str_size)); in _nc_read_termtype()
186 || str_count < 0 in _nc_read_termtype()
194 if (str_count * 2 >= MAX_ENTRY_SIZE in _nc_read_termtype()
199 str_count = 0; in _nc_read_termtype()
243 if (str_count) { in _nc_read_termtype()
245 if (!read_shorts(buf, str_count)) { in _nc_read_termtype()
335 str_count, ext_str_count)); in _nc_read_termtype()
340 i, i + str_count, in _nc_read_termtype()
376 bool_count, num_count, str_count)); in _nc_read_termtype()
[all …]