Searched refs:ffsc_wc_path (Results 1 – 1 of 1) sorted by relevance
177 char_u *ffsc_wc_path; member533 if (search_ctx->ffsc_wc_path == NULL) in vim_findfile_init()597 if (search_ctx->ffsc_wc_path != NULL) in vim_findfile_init()599 wc_path = vim_strsave(search_ctx->ffsc_wc_path); in vim_findfile_init()600 temp = alloc(STRLEN(search_ctx->ffsc_wc_path) in vim_findfile_init()612 STRCAT(temp, search_ctx->ffsc_wc_path); in vim_findfile_init()613 vim_free(search_ctx->ffsc_wc_path); in vim_findfile_init()615 search_ctx->ffsc_wc_path = temp; in vim_findfile_init()624 search_ctx->ffsc_wc_path, in vim_findfile_init()1572 vim_free(search_ctx->ffsc_wc_path); in ff_clear()[all …]