Home
last modified time | relevance | path

Searched refs:regmatch_T (Results 1 – 25 of 32) sorted by relevance

12

/vim-8.2.3635/src/proto/
H A Dregexp.pro9 int vim_regsub(regmatch_T *rmp, char_u *source, typval_T *expr, char_u *dest, int copy, int magic, …
19 int vim_regexec(regmatch_T *rmp, char_u *line, colnr_T col);
20 int vim_regexec_nl(regmatch_T *rmp, char_u *line, colnr_T col);
H A Dmap.pro11 int ExpandMappings(regmatch_T *regmatch, int *num_file, char_u ***file);
H A Doption.pro64 int ExpandSettings(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file);
H A Duserfunc.pro36 void list_functions(regmatch_T *regmatch);
/vim-8.2.3635/src/
H A Dregexp.h137 } regmatch_T; typedef
171 int (*regexec_nl)(regmatch_T *, char_u *, colnr_T, int);
H A Dregexp.c1117 regmatch_T *reg_match;
1814 regmatch_T *sm_match;
1891 regmatch_T *rmp, in vim_regsub()
2772 regmatch_T *rmp, in vim_regexec_string()
2849 regmatch_T regmatch; in vim_regexec_prog()
2863 vim_regexec(regmatch_T *rmp, char_u *line, colnr_T col) in vim_regexec()
2874 vim_regexec_nl(regmatch_T *rmp, char_u *line, colnr_T col) in vim_regexec_nl()
H A Dquickfix.c948 qf_parse_fmt_n(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_n()
961 qf_parse_fmt_l(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_l()
974 qf_parse_fmt_c(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_c()
987 qf_parse_fmt_t(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_t()
1023 qf_parse_fmt_m(regmatch_T *rmp, int midx, qffields_T *fields) in qf_parse_fmt_m()
1048 qf_parse_fmt_r(regmatch_T *rmp, int midx, char_u **tail) in qf_parse_fmt_r()
1168 regmatch_T *regmatch, in qf_parse_match()
1230 regmatch_T regmatch; in qf_parse_get_fields()
8037 regmatch_T *p_regmatch) in hgr_search_file()
8110 regmatch_T *p_regmatch, in hgr_search_files_in_dir()
[all …]
H A Dcmdexpand.c19 static int ExpandGeneric(expand_T *xp, regmatch_T *regmatch,
26 static int ExpandUserDefined(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file);
1933 regmatch_T regmatch; in ExpandFromContext()
2194 regmatch_T *regmatch, in ExpandGeneric()
2485 regmatch_T *regmatch, in ExpandUserDefined()
H A Dbuffer.c38 static char_u *buflist_match(regmatch_T *rmp, buf_T *buf, int ignore_case);
39 static char_u *fname_match(regmatch_T *rmp, char_u *name, int ignore_case);
2616 regmatch_T regmatch; in buflist_findpat()
2733 regmatch_T regmatch; in ExpandBufnames()
2843 regmatch_T *rmp, in buflist_match()
2863 regmatch_T *rmp, in fname_match()
H A Dindent.c823 regmatch_T regmatch; in get_number_indent()
961 regmatch_T regmatch; in get_breakindent_win()
H A Dcmdhist.c453 regmatch_T regmatch; in del_history_entry()
H A Dinsexpand.c198 static void ins_compl_files(int count, char_u **files, int thesaurus, int flags, regmatch_T *regmat…
1187 regmatch_T regmatch; in ins_compl_dictionaries()
1307 regmatch_T *regmatch, in ins_compl_files()
H A Dsearch.c3356 regmatch_T regmatch; in find_pattern_in_path()
3357 regmatch_T incl_regmatch; in find_pattern_in_path()
3358 regmatch_T def_regmatch; in find_pattern_in_path()
H A Darglist.c426 regmatch_T regmatch; in do_arglist()
H A Dfilepath.c3346 regmatch_T regmatch; in dos_expandpath()
3591 regmatch_T regmatch; in unix_expandpath()
H A Dspell.c321 regmatch_T regmatch; in spell_check()
2811 regmatch_T regmatch; in check_need_cap()
H A Dex_eval.c1685 regmatch_T regmatch; in ex_catch()
H A Dfindfile.c2429 regmatch_T regmatch; in uniquefy_paths()
H A Dmap.c1256 regmatch_T *regmatch, in ExpandMappings()
H A Dstructs.h664 regmatch_T cmod_filter_regmatch; // set by :filter /pat/
H A Deval.c1954 regmatch_T regmatch; in pattern_match()
6353 regmatch_T regmatch; in do_string_sub()
H A Duserfunc.c3818 list_functions(regmatch_T *regmatch) in list_functions()
3905 regmatch_T regmatch; in define_function()
H A Dtag.c1250 regmatch_T regmatch; // regexp program, may be NULL
H A Dfileio.c5352 regmatch_T regmatch; in match_file_pat()
H A Dex_cmds.c375 regmatch_T regmatch; in ex_sort()

12