Home
last modified time | relevance | path

Searched refs:qf_end_col (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dquickfix.c36 int qf_end_col; // column when the error has range or zero member
2099 qfp->qf_end_col = end_col; in qf_add_entry()
2258 from_qfp->qf_end_col, in copy_loclist_entries()
3723 if (qfp->qf_end_col > 0 && qfp->qf_col != qfp->qf_end_col) in qf_range_text()
3726 "-%d", qfp->qf_end_col); in qf_range_text()
6641 || dict_add_number(dict, "end_col", (long)qfp->qf_end_col) == FAIL in get_qfline_items()