Searched refs:ext_num_count (Results 1 – 1 of 1) sorted by relevance
266 int ext_num_count = LOW_MSB(buf + 2); in _nc_read_termtype() local270 unsigned need = (unsigned) (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype()277 || ext_num_count < 0 in _nc_read_termtype()284 ptr->num_Numbers = UShort(NUMCOUNT + ext_num_count); in _nc_read_termtype()292 ext_bool_count, ext_num_count, ext_str_count, in _nc_read_termtype()305 ext_num_count, offset)); in _nc_read_termtype()306 if ((ptr->ext_Numbers = UShort(ext_num_count)) != 0) { in _nc_read_termtype()307 if (!read_shorts(buf, ext_num_count)) in _nc_read_termtype()310 convert_shorts(buf, ptr->Numbers + NUMCOUNT, ext_num_count); in _nc_read_termtype()