Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_cscope.c415 && ((!ppath && !csinfo[i].ppath) in cs_connection()
416 || (ppath in cs_connection()
418 && strstr(csinfo[i].ppath, (char *)ppath)))) in cs_connection()
423 && ((!ppath && !csinfo[i].ppath) in cs_connection()
424 || (ppath in cs_connection()
426 && (strcmp(csinfo[i].ppath, (char *)ppath) == 0)))) in cs_connection()
593 vim_free(ppath); in cs_add_common()
924 vim_free(ppath); in cs_create_connection()
1304 char *ppath, in cs_insert_filelist() argument
1402 if ((csinfo[i].ppath = alloc(strlen(ppath) + 1)) == NULL) in cs_insert_filelist()
[all …]
H A Dif_cscope.h41 char * ppath; // path to prepend (the -P option) member