Searched refs:ffs_wc_path (Results 1 – 1 of 1) sorted by relevance
71 char_u *ffs_wc_path; member786 , stackp->ffs_wc_path in vim_findfile()795 stackp->ffs_fix_path, stackp->ffs_wc_path); in vim_findfile()809 stackp->ffs_fix_path, stackp->ffs_wc_path); in vim_findfile()870 rest_of_wildcards = stackp->ffs_wc_path; in vim_findfile()959 rest_of_wildcards = &stackp->ffs_wc_path[ in vim_findfile()960 STRLEN(stackp->ffs_wc_path)]; in vim_findfile()1118 if (STRNCMP(stackp->ffs_wc_path, "**", 2) == 0) in vim_findfile()1491 new->ffs_wc_path = vim_strsave(wc_part); in ff_create_stack_element()1496 || new->ffs_wc_path == NULL in ff_create_stack_element()[all …]