Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c1777 short *next_list; in syn_current_attr() local
1934 vim_free(next_list); in syn_current_attr()
3305 *next_listp = kp->next_list; in check_keyword_id()
4321 prev_next_list = kp->next_list; in syn_list_keywords()
4381 vim_free(kp->next_list); in syn_clear_keyword()
4417 vim_free(kp->next_list); in clear_keywtab()
4462 kp->next_list = copy_id_list(next_list); in add_keyword()
4963 syn_opt_arg.next_list = NULL; in syn_cmd_match()
5092 syn_opt_arg.next_list = NULL; in syn_cmd_region()
5260 syn_opt_arg.next_list; in syn_cmd_region()
[all …]
H A Dstructs.h1054 short *next_list; // ID list for next match (if non-zero) member
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt4836 next_list for a syntax keyword was never freed.