Searched refs:first_match_pos (Results 1 – 1 of 1) sorted by relevance
2777 static pos_T first_match_pos; in ins_compl_get_exp() local2809 last_match_pos = first_match_pos = *ini; in ins_compl_get_exp()2836 first_match_pos = *ini; in ins_compl_get_exp()2844 first_match_pos.lnum = ins_buf->b_ml.ml_line_count; in ins_compl_get_exp()2845 first_match_pos.col = in ins_compl_get_exp()2846 (colnr_T)STRLEN(ml_get(first_match_pos.lnum)); in ins_compl_get_exp()2848 last_match_pos = first_match_pos; in ins_compl_get_exp()2862 first_match_pos.col = last_match_pos.col = 0; in ins_compl_get_exp()3036 num_matches = expand_spelling(first_match_pos.lnum, in ins_compl_get_exp()3081 first_match_pos = *pos; in ins_compl_get_exp()[all …]