Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c397 if (!csinfo[i].fname) in cs_connection()
870 if (csinfo[i].ppath) in cs_create_connection()
888 if (csinfo[i].flags) in cs_create_connection()
1143 if (csinfo[i].fname == NULL || csinfo[i].to_fp == NULL) in cs_find_common()
1344 && csinfo[j].st_dev == sb->st_dev && csinfo[j].st_ino == sb->st_ino in cs_insert_filelist()
1382 csinfo = vim_realloc(csinfo, sizeof(csinfo_T)*csinfo_size); in cs_insert_filelist()
1389 if (csinfo == NULL) in cs_insert_filelist()
1491 if (csinfo[i].fname != NULL && strstr(csinfo[i].fname, stok)) in cs_kill()
2374 && (strncmp(name, csinfo[i].ppath, strlen(csinfo[i].ppath)) != 0) in cs_resolve_file()
2421 i, (long)csinfo[i].pid, csinfo[i].fname, csinfo[i].ppath); in cs_show()
[all …]