Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dquickfix.c1493 return qi == NULL || qi->qf_listcount <= 0; in qf_stack_empty()
1857 return qf_get_list(qi, qi->qf_curlist); in qf_get_curlist()
1874 while (qi->qf_listcount > qi->qf_curlist + 1) in qf_new_list()
1875 qf_free(&qi->qf_lists[--qi->qf_listcount]); in qf_new_list()
1883 qi->qf_lists[i - 1] = qi->qf_lists[i]; in qf_new_list()
1887 qi->qf_curlist = qi->qf_listcount++; in qf_new_list()
1906 q->qi = qi; in locstack_queue_delreq()
3805 qf_msg(qi, qi->qf_curlist, ""); in qf_age()
3830 qf_msg(qi, qi->qf_curlist, ""); in qf_history()
6803 (qi == NULL) ? 0 : qi->qf_bufnr); in qf_getprop_qfbufnr()
[all …]
H A Dif_cscope.c1174 qf_info_T *qi = NULL; in cs_find_common() local
1205 qi = (bt_quickfix(wp->w_buffer) && wp->w_llist_ref != NULL) in cs_find_common()
1207 qf_jump(qi, 0, 0, forceit); in cs_find_common()
/vim-8.2.3635/src/proto/
H A Dquickfix.pro7 void qf_jump(qf_info_T *qi, int dir, int errornr, int forceit);
/vim-8.2.3635/runtime/keymap/
H A Dkorean-dubeolsik_utf-8.vim215 qi
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt25220 Solution: Check if "qi" equals "ql_info". (Yegappan Lakshmanan)