Searched refs:bool_count (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/ncurses/ncurses/tinfo/ |
| H A D | read_entry.c | 283 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local 326 bool_count = MyNumber(buf + 4); in _nc_read_termtype() 333 name_size, bool_count, BOOLCOUNT, num_count, NUMCOUNT, in _nc_read_termtype() 336 || bool_count < 0 in _nc_read_termtype() 339 || bool_count > BOOLCOUNT in _nc_read_termtype() 367 TYPE_CALLOC(NCURSES_SBOOL, Max(BOOLCOUNT, bool_count), ptr->Booleans); in _nc_read_termtype() 368 if (Read(ptr->Booleans, (unsigned) bool_count) < bool_count) { in _nc_read_termtype() 378 even_boundary(name_size + bool_count); in _nc_read_termtype() 557 bool_count, num_count, str_count)); in _nc_read_termtype() 563 for (i = bool_count; i < BOOLCOUNT; i++) in _nc_read_termtype()
|