Searched refs:dblist (Results 1 – 2 of 2) sorted by relevance
2275 char **dblist = NULL, **pplist = NULL, **fllist = NULL; in cs_reset() local2283 dblist = ALLOC_MULT(char *, csinfo_size); in cs_reset()2286 if (dblist == NULL || pplist == NULL || fllist == NULL) in cs_reset()2288 vim_free(dblist); in cs_reset()2296 dblist[i] = csinfo[i].fname; in cs_reset()2306 if (dblist[i] != NULL) in cs_reset()2308 cs_add_common(dblist[i], pplist[i], fllist[i]); in cs_reset()2318 vim_free(dblist[i]); in cs_reset()2322 vim_free(dblist); in cs_reset()
378 syn keyword phpFunctions dblist dbmclose dbmdelete dbmexists dbmfetch dbmfirstkey dbminsert dbmnext…