Lines Matching refs:qf_type
44 char_u qf_type; // type of the error (mostly 'E'); 1 for member
1366 if (vim_isprintc(fields->type) && !qfprev->qf_type) in qf_parse_multiline_pfx()
1368 qfprev->qf_type = fields->type; in qf_parse_multiline_pfx()
2121 qfp->qf_type = type; in qf_add_entry()
2271 prevp->qf_type = from_qfp->qf_type; // error type in copy_loclist_entries()
3139 if (qf_ptr->qf_type == 1) in qf_jump_edit_buffer()
3261 (char *)qf_types(qf_ptr->qf_type, qf_ptr->qf_nr)); in qf_jump_print_msg()
3299 if (qf_ptr->qf_type == 1 && (!bt_help(curwin->w_buffer) in qf_jump_open_window()
3543 if (qfp->qf_type == 1) // :helpgrep in qf_list_entry()
3578 (char *)qf_types(qfp->qf_type, qfp->qf_nr)); in qf_list_entry()
4555 if (qfp->qf_type == 1) // :helpgrep in qf_buf_add_line()
4585 (char *)qf_types(qfp->qf_type, qfp->qf_nr)); in qf_buf_add_line()
6635 buf[0] = qfp->qf_type; in get_qfline_items()