Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c2275 char **dblist = NULL, **pplist = NULL, **fllist = NULL; in cs_reset() local
2285 fllist = ALLOC_MULT(char *, csinfo_size); in cs_reset()
2286 if (dblist == NULL || pplist == NULL || fllist == NULL) in cs_reset()
2290 vim_free(fllist); in cs_reset()
2298 fllist[i] = csinfo[i].flags; in cs_reset()
2308 cs_add_common(dblist[i], pplist[i], fllist[i]); in cs_reset()
2320 vim_free(fllist[i]); in cs_reset()
2324 vim_free(fllist); in cs_reset()