Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c417 int ext_str_count = MyNumber(buf + 4); in _nc_read_termtype() local
428 || ext_str_count < 0 in _nc_read_termtype()
436 ptr->num_Strings = UShort(STRCOUNT + ext_str_count); in _nc_read_termtype()
448 ext_str_count, in _nc_read_termtype()
476 if ((ext_str_count || need) in _nc_read_termtype()
477 && !read_shorts(buf, ext_str_count + (int) need)) { in _nc_read_termtype()
495 if ((ptr->ext_Strings = UShort(ext_str_count)) != 0) { in _nc_read_termtype()
501 str_count, ext_str_count)); in _nc_read_termtype()
506 for (i = ext_str_count - 1; i >= 0; i--) { in _nc_read_termtype()
530 if (ext_str_count >= (max_entry_size / 2)) { in _nc_read_termtype()
[all …]