Searched refs:compl_old_match (Results 1 – 1 of 1) sorted by relevance
141 static compl_T *compl_old_match = NULL; variable1494 compl_old_match = NULL; in ins_compl_free()2814 compl_old_match = compl_curr_match; // remember the last current match in ins_compl_get_exp()3213 if (type != 0 && compl_curr_match != compl_old_match) in ins_compl_get_exp()3253 if (compl_old_match != NULL) in ins_compl_get_exp()3258 compl_curr_match = compl_direction == FORWARD ? compl_old_match->cp_next in ins_compl_get_exp()3259 : compl_old_match->cp_prev; in ins_compl_get_exp()3261 compl_curr_match = compl_old_match; in ins_compl_get_exp()