Searched refs:ffsc_fix_path (Results 1 – 1 of 1) sorted by relevance
175 char_u *ffsc_fix_path; member538 search_ctx->ffsc_fix_path = vim_strsave(path); in vim_findfile_init()547 search_ctx->ffsc_fix_path[0] = NUL; in vim_findfile_init()565 STRCPY(buf + eb_len, search_ctx->ffsc_fix_path); in vim_findfile_init()579 if (p > search_ctx->ffsc_fix_path) in vim_findfile_init()595 len = (int)STRLEN(search_ctx->ffsc_fix_path); in vim_findfile_init()601 + STRLEN(search_ctx->ffsc_fix_path + len) in vim_findfile_init()611 STRCPY(temp, search_ctx->ffsc_fix_path + len); in vim_findfile_init()1172 STRCAT(file_path, search_ctx->ffsc_fix_path); in vim_findfile()1570 vim_free(search_ctx->ffsc_fix_path); in ff_clear()[all …]