Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c166 typedef struct ff_search_ctx_T struct
183 } ff_search_ctx_T; argument
198 static void ff_clear(ff_search_ctx_T *search_ctx);
315 ff_search_ctx_T *search_ctx; in vim_findfile_init()
323 search_ctx = ALLOC_CLEAR_ONE(ff_search_ctx_T); in vim_findfile_init()
723 ff_search_ctx_T *search_ctx; in vim_findfile()
728 search_ctx = (ff_search_ctx_T *)search_ctx_arg; in vim_findfile()
1201 ff_search_ctx_T *search_ctx; in vim_findfile_free_visited()
1206 search_ctx = (ff_search_ctx_T *)search_ctx_arg; in vim_findfile_free_visited()
1527 ff_pop(ff_search_ctx_T *search_ctx) in ff_pop()
[all …]