Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c2778 static pos_T last_match_pos; in ins_compl_get_exp() local
2809 last_match_pos = first_match_pos = *ini; in ins_compl_get_exp()
2815 pos = (compl_direction == FORWARD) ? &last_match_pos : &first_match_pos; 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()
2864 last_match_pos.lnum = 0; in ins_compl_get_exp()
3082 last_match_pos = *pos; in ins_compl_get_exp()
3085 else if (first_match_pos.lnum == last_match_pos.lnum in ins_compl_get_exp()
3086 && first_match_pos.col == last_match_pos.col) in ins_compl_get_exp()