Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dquickfix.c35 int qf_col; // column where the error occurred member
1372 if (!qfprev->qf_col) in qf_parse_multiline_pfx()
1374 qfprev->qf_col = fields->col; in qf_parse_multiline_pfx()
2098 qfp->qf_col = col; in qf_add_entry()
2257 from_qfp->qf_col, in copy_loclist_entries()
3199 int qf_col, in qf_jump_goto_line() argument
3215 if (qf_col > 0) in qf_jump_goto_line()
3219 coladvance(qf_col - 1); in qf_jump_goto_line()
3221 curwin->w_cursor.col = qf_col - 1; in qf_jump_goto_line()
3719 if (qfp->qf_col > 0) in qf_range_text()
[all …]