Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c267 int ext_str_count = LOW_MSB(buf + 4); in _nc_read_termtype() local
278 || ext_str_count < 0 in _nc_read_termtype()
285 ptr->num_Strings = UShort(STRCOUNT + ext_str_count); in _nc_read_termtype()
292 ext_bool_count, ext_num_count, ext_str_count, in _nc_read_termtype()
316 if ((ext_str_count || need) in _nc_read_termtype()
317 && !read_shorts(buf, ext_str_count + (int) need)) in _nc_read_termtype()
332 if ((ptr->ext_Strings = UShort(ext_str_count)) != 0) { in _nc_read_termtype()
335 str_count, ext_str_count)); in _nc_read_termtype()
338 for (i = ext_str_count - 1; i >= 0; i--) { in _nc_read_termtype()
352 if (ext_str_count >= (MAX_ENTRY_SIZE / 2)) in _nc_read_termtype()
[all …]