Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c255 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local
299 bool_count = MyNumber(buf + 4); in _nc_read_termtype()
306 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype()
309 || bool_count < 0 in _nc_read_termtype()
338 max(BOOLCOUNT, bool_count))) == 0 in _nc_read_termtype()
339 || Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype()
349 even_boundary(name_size + bool_count); in _nc_read_termtype()
524 bool_count, num_count, str_count)); in _nc_read_termtype()
530 for (i = bool_count; i < BOOLCOUNT; i++) in _nc_read_termtype()