Searched refs:next_list (Results 1 – 3 of 3) sorted by relevance
1777 short *next_list; in syn_current_attr() local1934 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 …]
1054 short *next_list; // ID list for next match (if non-zero) member
4836 next_list for a syntax keyword was never freed.