Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tinfo/
H A Dread_entry.c419 int ext_str_count = MyNumber(buf + 4); in _nc_read_termtype() local
422 unsigned need = (unsigned) (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()
430 || ext_str_count < 0 in _nc_read_termtype()
438 ptr->num_Strings = UShort(STRCOUNT + ext_str_count); in _nc_read_termtype()
450 ext_str_count, in _nc_read_termtype()
475 if ((ext_str_count + (int) need) >= (max_entry_size / 2)) { in _nc_read_termtype()
478 if ((ext_str_count || need) in _nc_read_termtype()
479 && !read_shorts(buf, ext_str_count + (int) need)) { in _nc_read_termtype()
497 if ((ptr->ext_Strings = UShort(ext_str_count)) != 0) { in _nc_read_termtype()
498 int check = (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()
[all …]