Lines Matching refs:ffsc_fix_path

175      char_u			*ffsc_fix_path;  member
487 search_ctx->ffsc_fix_path = vim_strnsave(path, wc_part - path); in vim_findfile_init()
538 search_ctx->ffsc_fix_path = vim_strsave(path); in vim_findfile_init()
544 search_ctx->ffsc_start_dir = vim_strsave(search_ctx->ffsc_fix_path); in vim_findfile_init()
547 search_ctx->ffsc_fix_path[0] = NUL; in vim_findfile_init()
552 + STRLEN(search_ctx->ffsc_fix_path) + 3 >= MAXPATHL) in vim_findfile_init()
562 + (int)STRLEN(search_ctx->ffsc_fix_path) + 1); in vim_findfile_init()
565 STRCPY(buf + eb_len, search_ctx->ffsc_fix_path); in vim_findfile_init()
568 STRCAT(ff_expand_buffer, search_ctx->ffsc_fix_path); in vim_findfile_init()
574 char_u *p = gettail(search_ctx->ffsc_fix_path); in vim_findfile_init()
579 if (p > search_ctx->ffsc_fix_path) in vim_findfile_init()
582 len = (int)(p - search_ctx->ffsc_fix_path) - 1; in vim_findfile_init()
584 && STRNCMP(search_ctx->ffsc_fix_path, "..", 2) == 0) in vim_findfile_init()
586 || search_ctx->ffsc_fix_path[2] == PATHSEP)) in vim_findfile_init()
591 STRNCAT(ff_expand_buffer, search_ctx->ffsc_fix_path, len); 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()
1168 + STRLEN(search_ctx->ffsc_fix_path) < MAXPATHL) in vim_findfile()
1172 STRCAT(file_path, search_ctx->ffsc_fix_path); in vim_findfile()
1570 vim_free(search_ctx->ffsc_fix_path); in ff_clear()
1593 search_ctx->ffsc_fix_path = NULL; in ff_clear()