Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dquickfix.c199 #define IS_LL_STACK(qi) (qi->qfl_type == QFLT_LOCATION) macro
2871 if (IS_LL_STACK(qi) && !newwin) in jump_to_help_window()
2885 if (IS_LL_STACK(qi) && !newwin) in jump_to_help_window()
4188 if (IS_LL_STACK(qi)) in qf_open_new_cwindow()
4390 || (IS_LL_STACK(qi) && win->w_llist_ref == qi)) in is_qf_win()
4488 if (IS_LL_STACK(qi)) in qf_update_buffer()
8272 if (!new_qi && IS_LL_STACK(qi) && qf_find_win_with_loclist(qi) == NULL) in ex_helpgrep()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt27675 Solution: Define IS_QF_STACK() and IS_LL_STACK(). (Yegappan Lakshmanan)