Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dsearch.pro28 int search_for_exact_line(buf_T *buf, pos_T *pos, int dir, char_u *pat);
/vim-8.2.3635/src/
H A Dinsexpand.c3069 found_new_match = search_for_exact_line(ins_buf, pos, in ins_compl_get_exp()
H A Dsearch.c1680 search_for_exact_line( in search_for_exact_line() function