Lines Matching refs:qf_count
82 int qf_count; // number of errors (0 means empty list) member
213 !got_int && i <= qfl->qf_count && qfp != NULL; \
1502 return qfl == NULL || qfl->qf_count <= 0; in qf_list_empty()
1769 retval = qfl->qf_count; in qf_init_ext()
2140 ++qfl->qf_count; in qf_add_entry()
2143 qfl->qf_index = qfl->qf_count; in qf_add_entry()
2288 to_qfl->qf_count = 0; in copy_loclist()
2310 if (from_qfl->qf_count) in copy_loclist()
2653 if (i > qfl->qf_count) // Entry is not found in is_qf_entry_present()
2678 if (idx == qfl->qf_count || qf_ptr->qf_next == NULL) in get_next_valid_entry()
2783 while (errornr > qf_idx && qf_idx < qfl->qf_count && in get_nth_entry()
3259 qf_get_curlist(qi)->qf_count, in qf_jump_print_msg()
3644 i = qfl->qf_count; in qf_list()
3741 int count = qi->qf_lists[which].qf_count; in qf_msg()
3857 while (qfl->qf_count && qfl->qf_start != NULL) in qf_free_items()
3872 qfl->qf_count = 1; in qf_free_items()
3875 --qfl->qf_count; in qf_free_items()
4716 (long)qfl->qf_count); in qf_fill_buffer()
4720 while (lnum < qfl->qf_count) in qf_fill_buffer()
5064 return qf_get_curlist(qi)->qf_count; in qf_get_size()
5199 if (i <= qfl->qf_count) in qf_get_nth_valid_entry()
7130 status = dict_add_number(retdict, "size", qfl->qf_count); in qf_get_properties()
7469 newidx = qfl->qf_count; in qf_setprop_curidx()
7480 if (newidx > qfl->qf_count) in qf_setprop_curidx()
7481 newidx = qfl->qf_count; in qf_setprop_curidx()