Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfindfile.c1216 while (*list_headp != NULL) in vim_findfile_free_visited_list()
1218 vp = (*list_headp)->ffvl_next; in vim_findfile_free_visited_list()
1221 vim_free((*list_headp)->ffvl_filename); in vim_findfile_free_visited_list()
1222 vim_free(*list_headp); in vim_findfile_free_visited_list()
1223 *list_headp = vp; in vim_findfile_free_visited_list()
1225 *list_headp = NULL; in vim_findfile_free_visited_list()
1252 ff_visited_list_hdr_T **list_headp) in ff_get_visited_list() argument
1257 if (*list_headp != NULL) in ff_get_visited_list()
1259 retptr = *list_headp; in ff_get_visited_list()
1306 retptr->ffvl_next = *list_headp; in ff_get_visited_list()
[all …]