Home
last modified time | relevance | path

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

/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dxdgmimemagic.c748 int had_match; in _xdg_mime_magic_lookup_data() local
752 had_match = 0; in _xdg_mime_magic_lookup_data()
757 if (!had_match || match->priority > priority || in _xdg_mime_magic_lookup_data()
765 else if (had_match && match->priority == priority && mime_type && in _xdg_mime_magic_lookup_data()
772 had_match = 1; in _xdg_mime_magic_lookup_data()
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c727 int had_match; in ins_compl_longest_match() local
735 had_match = (curwin->w_cursor.col > compl_col); in ins_compl_longest_match()
742 if (!had_match) in ins_compl_longest_match()
783 had_match = (curwin->w_cursor.col > compl_col); in ins_compl_longest_match()
790 if (!had_match) in ins_compl_longest_match()
H A Dsyntax.c2806 int had_match = FALSE; in find_endpos() local
3006 had_match = TRUE; in find_endpos()
3011 if (!had_match) in find_endpos()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2492 int had_match; in ins_compl_longest_match() local
2497 had_match = (curwin->w_cursor.col > compl_col); in ins_compl_longest_match()
2504 if (!had_match) { in ins_compl_longest_match()
2528 had_match = (curwin->w_cursor.col > compl_col); in ins_compl_longest_match()
2535 if (!had_match) { in ins_compl_longest_match()
H A Dsyntax.c2639 bool had_match = false; in find_endpos() local
2831 had_match = true; in find_endpos()
2836 if (!had_match) { in find_endpos()