Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c3633 list_T *alt_list = list_alloc(); in u_eval_tree() local
3635 if (alt_list != NULL) in u_eval_tree()
3638 u_eval_tree(uhp->uh_alt_next.ptr, alt_list); in u_eval_tree()
3639 dict_add_list(dict, "alt", alt_list); in u_eval_tree()