Home
last modified time | relevance | path

Searched refs:ffsc_stopdirs_v (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dfindfile.c179 char_u **ffsc_stopdirs_v; member
435 if (search_ctx->ffsc_stopdirs_v != NULL) in vim_findfile_init()
443 ptr = vim_realloc(search_ctx->ffsc_stopdirs_v, in vim_findfile_init()
446 search_ctx->ffsc_stopdirs_v = ptr; in vim_findfile_init()
453 search_ctx->ffsc_stopdirs_v[dircount-1] = in vim_findfile_init()
460 search_ctx->ffsc_stopdirs_v[dircount-1] = in vim_findfile_init()
1151 search_ctx->ffsc_stopdirs_v) == TRUE) in vim_findfile()
1576 if (search_ctx->ffsc_stopdirs_v != NULL) in ff_clear()
1582 vim_free(search_ctx->ffsc_stopdirs_v[i]); in ff_clear()
1585 vim_free(search_ctx->ffsc_stopdirs_v); in ff_clear()
[all …]