Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c103 char_u *ffv_wc_path; member
1237 vim_free(vl->ffv_wc_path); in ff_free_visited_list()
1413 if (ff_wc_equal(vp->ffv_wc_path, wc_path) == TRUE) in ff_check_visited()
1445 vp->ffv_wc_path = vim_strsave(wc_path); in ff_check_visited()
1447 vp->ffv_wc_path = NULL; in ff_check_visited()