Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c386 int ext_str_count = MyNumber(buf + 4); in _nc_read_termtype() local
397 || ext_str_count < 0 in _nc_read_termtype()
405 ptr->num_Strings = UShort(STRCOUNT + ext_str_count); in _nc_read_termtype()
417 ext_str_count, in _nc_read_termtype()
445 if ((ext_str_count || need) in _nc_read_termtype()
446 && !read_shorts(buf, ext_str_count + (int) need)) { in _nc_read_termtype()
464 if ((ptr->ext_Strings = UShort(ext_str_count)) != 0) { in _nc_read_termtype()
470 str_count, ext_str_count)); in _nc_read_termtype()
473 for (i = ext_str_count - 1; i >= 0; i--) { in _nc_read_termtype()
497 if (ext_str_count >= (max_entry_size / 2)) { in _nc_read_termtype()
[all …]