Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c105 compl_T *cp_next; member
625 match = match->cp_next; in ins_compl_add()
682 match->cp_next = compl_curr_match->cp_next; in ins_compl_add()
690 if (match->cp_next) in ins_compl_add()
835 while (match->cp_next != NULL && match->cp_next != compl_first_match) in ins_compl_make_cyclic()
837 match = match->cp_next; in ins_compl_make_cyclic()
957 compl = compl->cp_next; in pum_enough_matches()
1062 compl = compl->cp_next; in ins_compl_show_pum()
1130 compl = compl->cp_next; in ins_compl_show_pum()
2601 match = match->cp_next) in ins_compl_update_sequence_numbers()
[all …]