Searched refs:qf_type (Results 1 – 1 of 1) sorted by relevance
44 char_u qf_type; // type of the error (mostly 'E'); 1 for member1366 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()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()[all …]