Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c2777 static pos_T first_match_pos; in ins_compl_get_exp() local
2809 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 …]