Home
last modified time | relevance | path

Searched defs:match (Results 1 – 23 of 23) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A DRstFold.vim11 function closure.Process(match) dict argument
H A Dccomplete.vim247 func s:GetAddition(line, match, memarg, bracket) argument
/vim-8.2.3635/src/testdir/
H A Dsummarize.vim6 func Count(match, type) argument
H A Dtest_autocmd.vim633 func s:AutoCommandOptionSet(match) argument
/vim-8.2.3635/src/
H A Dinsexpand.c602 compl_T *match; in ins_compl_add() local
710 ins_compl_equal(compl_T *match, char_u *str, int len) in ins_compl_equal()
723 ins_compl_longest_match(compl_T *match) in ins_compl_longest_match()
827 compl_T *match; in ins_compl_make_cyclic() local
971 ins_compl_dict_alloc(compl_T *match) in ins_compl_dict_alloc()
1464 compl_T *match; in ins_compl_free() local
2581 compl_T *match; in ins_compl_update_sequence_numbers() local
2676 compl_T *match; in get_complete_info() local
H A Dscriptfile.c495 int match; in add_pack_dir_to_rtp() local
816 char_u *match; in ExpandRTDir() local
910 char_u *match; in ExpandPackAddDir() local
H A Dbuffer.c2569 int match = -1; in buflist_findpat() local
2683 char_u *match; member
2847 char_u *match; in buflist_match() local
2867 char_u *match = NULL; in fname_match() local
H A Darglist.c405 int match; in do_arglist() local
H A Dgui_xmdlg.c308 match(SharedFontSelData *data, enum ListSpecifier l, int i) in match() function
H A Dcindent.c4033 int match = FALSE; in in_cinkeys() local
H A Dmap.c1490 int match; in check_abbr() local
H A Dtag.c1604 int match; // matches in find_tags() local
H A Dfileio.c5395 int match; in match_file_list() local
H A Dex_cmds.c4891 int match; in ex_global() local
H A Dmessage.c2377 int match; in message_filtered() local
H A Dscreen.c929 int match, in win_redr_status_matches()
H A Doption.c6426 int match; in ExpandSettings() local
H A Dspell.c998 int match = FALSE; in match_compoundrule() local
H A Devalfunc.c6864 int match = 0; in find_some_match() local
9430 int match; in f_split() local
H A Dregexp_nfa.c5652 int match; in find_match_text() local
H A Dsyntax.c6689 int match; member
H A Dstructs.h2509 long match; // nr of times matched member
3354 regmmatch_T match; // regexp program for pattern member
/vim-8.2.3635/src/xdiff/
H A Dxpatience.c252 static int match(struct hashmap *map, int line1, int line2) in match() function