Searched refs:ppath (Results 1 – 2 of 2) sorted by relevance
415 && ((!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() argument1402 if ((csinfo[i].ppath = alloc(strlen(ppath) + 1)) == NULL) in cs_insert_filelist()[all …]
41 char * ppath; // path to prepend (the -P option) member