Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dquickfix.c62 QFLT_LOCATION, // Location list - per window list enumerator
199 #define IS_LL_STACK(qi) (qi->qfl_type == QFLT_LOCATION)
201 #define IS_LL_LIST(qfl) (qfl->qfl_type == QFLT_LOCATION)
2184 wp->w_llist = qf_alloc_stack(QFLT_LOCATION); // new location list in ll_get_or_alloc_list()
2352 if ((to->w_llist = qf_alloc_stack(QFLT_LOCATION)) == NULL) in copy_loclist_stack()
3159 if (qfl_type == QFLT_LOCATION) in qf_jump_edit_buffer()
7602 qf_info_T *new_ll = qf_alloc_stack(QFLT_LOCATION); in qf_free_stack()
8021 if ((qi = qf_alloc_stack(QFLT_LOCATION)) == NULL) in hgr_get_ll()