Lines Matching refs:ffs_wc_path
71 char_u *ffs_wc_path; member
786 , 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()
1130 stackp->ffs_wc_path, stackp->ffs_level - 1, 1)); 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()
1547 vim_free(stack_ptr->ffs_wc_path); in ff_free_stack_element()