Lines Matching refs:newlist
1669 int newlist, // TRUE: start a new error list in qf_init_ext() argument
1696 if (newlist || qf_idx == qi->qf_listcount) in qf_init_ext()
1800 int newlist, // TRUE: start a new error list in qf_init() argument
1814 newlist, (linenr_T)0, (linenr_T)0, qf_title, enc); in qf_init()
7307 int *newlist) in qf_setprop_get_qfidx() argument
7326 *newlist = TRUE; in qf_setprop_get_qfidx()
7332 *newlist = FALSE; // use the specified list in qf_setprop_get_qfidx()
7340 else if (*newlist) in qf_setprop_get_qfidx()
7349 if (!*newlist && (di = dict_find(what, (char_u *)"id", -1)) != NULL) in qf_setprop_get_qfidx()
7525 int newlist = FALSE; in qf_set_properties() local
7529 newlist = TRUE; in qf_set_properties()
7531 qf_idx = qf_setprop_get_qfidx(qi, what, action, &newlist); in qf_set_properties()
7535 if (newlist) in qf_set_properties()
7556 if (newlist || retval == OK) in qf_set_properties()
7558 if (newlist) in qf_set_properties()