Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c387 int ext_str_count = MyNumber(buf + 4); in _nc_read_termtype() local
398 || ext_str_count < 0 in _nc_read_termtype()
406 ptr->num_Strings = UShort(STRCOUNT + ext_str_count); in _nc_read_termtype()
418 ext_str_count, in _nc_read_termtype()
446 if ((ext_str_count || need) in _nc_read_termtype()
447 && !read_shorts(buf, ext_str_count + (int) need)) { in _nc_read_termtype()
465 if ((ptr->ext_Strings = UShort(ext_str_count)) != 0) { in _nc_read_termtype()
471 str_count, ext_str_count)); in _nc_read_termtype()
474 for (i = ext_str_count - 1; i >= 0; i--) { in _nc_read_termtype()
498 if (ext_str_count >= (max_entry_size / 2)) { in _nc_read_termtype()
[all …]