Lines Matching refs:ffsc_wc_path
177 char_u *ffsc_wc_path; member
531 search_ctx->ffsc_wc_path = vim_strsave(ff_expand_buffer); in vim_findfile_init()
533 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()
1179 search_ctx->ffsc_wc_path, search_ctx->ffsc_level, 0); in vim_findfile()
1572 vim_free(search_ctx->ffsc_wc_path); in ff_clear()
1595 search_ctx->ffsc_wc_path = NULL; in ff_clear()