Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c1778 int found_match; // found usable match in syn_current_attr() local
1850 found_match = FALSE; in syn_current_attr()
2164 found_match = TRUE; in syn_current_attr()
2179 if (!found_match) in syn_current_attr()
2200 found_match = TRUE; in syn_current_attr()
2203 } while (found_match); in syn_current_attr()
H A Dquickfix.c5936 int found_match = FALSE; in vgr_match_buflines() local
5974 found_match = TRUE; in vgr_match_buflines()
6019 found_match = TRUE; in vgr_match_buflines()
6034 return found_match; in vgr_match_buflines()
6176 int found_match; in vgr_process_files() local
6231 found_match = vgr_match_buflines(qf_get_curlist(qi), in vgr_process_files()
6237 if (found_match && *first_match_buf == NULL) in vgr_process_files()
6257 if (!found_match) in vgr_process_files()
H A Dsearch.c4629 int found_match = FALSE; in fuzzy_match_in_list() local
4711 found_match = TRUE; in fuzzy_match_in_list()
4717 if (found_match) in fuzzy_match_in_list()