Searched refs:wc_path (Results 1 – 1 of 1) sorted by relevance
575 char_u *wc_path = NULL; in vim_findfile_init() local599 wc_path = vim_strsave(search_ctx->ffsc_wc_path); in vim_findfile_init()603 if (temp == NULL || wc_path == NULL) in vim_findfile_init()607 vim_free(wc_path); in vim_findfile_init()614 vim_free(wc_path); in vim_findfile_init()1369 , char_u *wc_path in ff_check_visited() argument1413 if (ff_wc_equal(vp->ffv_wc_path, wc_path) == TRUE) in ff_check_visited()1444 if (wc_path != NULL) in ff_check_visited()1445 vp->ffv_wc_path = vim_strsave(wc_path); in ff_check_visited()