| /vim-8.2.3635/src/proto/ |
| H A D | regexp.pro | 9 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 D | map.pro | 11 int ExpandMappings(regmatch_T *regmatch, int *num_file, char_u ***file);
|
| H A D | option.pro | 64 int ExpandSettings(expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file);
|
| H A D | userfunc.pro | 36 void list_functions(regmatch_T *regmatch);
|
| /vim-8.2.3635/src/ |
| H A D | regexp.h | 137 } regmatch_T; typedef 171 int (*regexec_nl)(regmatch_T *, char_u *, colnr_T, int);
|
| H A D | regexp.c | 1117 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 D | quickfix.c | 948 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 D | cmdexpand.c | 19 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 D | buffer.c | 38 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 D | indent.c | 823 regmatch_T regmatch; in get_number_indent() 961 regmatch_T regmatch; in get_breakindent_win()
|
| H A D | cmdhist.c | 453 regmatch_T regmatch; in del_history_entry()
|
| H A D | insexpand.c | 198 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 D | search.c | 3356 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 D | arglist.c | 426 regmatch_T regmatch; in do_arglist()
|
| H A D | filepath.c | 3346 regmatch_T regmatch; in dos_expandpath() 3591 regmatch_T regmatch; in unix_expandpath()
|
| H A D | spell.c | 321 regmatch_T regmatch; in spell_check() 2811 regmatch_T regmatch; in check_need_cap()
|
| H A D | ex_eval.c | 1685 regmatch_T regmatch; in ex_catch()
|
| H A D | findfile.c | 2429 regmatch_T regmatch; in uniquefy_paths()
|
| H A D | map.c | 1256 regmatch_T *regmatch, in ExpandMappings()
|
| H A D | structs.h | 664 regmatch_T cmod_filter_regmatch; // set by :filter /pat/
|
| H A D | eval.c | 1954 regmatch_T regmatch; in pattern_match() 6353 regmatch_T regmatch; in do_string_sub()
|
| H A D | userfunc.c | 3818 list_functions(regmatch_T *regmatch) in list_functions() 3905 regmatch_T regmatch; in define_function()
|
| H A D | tag.c | 1250 regmatch_T regmatch; // regexp program, may be NULL
|
| H A D | fileio.c | 5352 regmatch_T regmatch; in match_file_pat()
|
| H A D | ex_cmds.c | 375 regmatch_T regmatch; in ex_sort()
|