Home
last modified time | relevance | path

Searched refs:reg_extmatch_T (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dregexp.pro6 reg_extmatch_T *ref_extmatch(reg_extmatch_T *em);
7 void unref_extmatch(reg_extmatch_T *em);
/vim-8.2.3635/src/
H A Dregexp.h165 } reg_extmatch_T; typedef
H A Dregexp.c1213 static reg_extmatch_T *
1216 reg_extmatch_T *em; in make_extmatch()
1218 em = ALLOC_CLEAR_ONE(reg_extmatch_T); in make_extmatch()
1227 reg_extmatch_T *
1228 ref_extmatch(reg_extmatch_T *em) in ref_extmatch()
1240 unref_extmatch(reg_extmatch_T *em) in unref_extmatch()
H A Dsyntax.c208 reg_extmatch_T *si_extmatch; // \z(...\) matches from start
252 static reg_extmatch_T *next_match_extmatch = NULL;
324 …pos, lpos_T *hl_endpos, long *flagsp, lpos_T *end_endpos, int *end_idx, reg_extmatch_T *start_ext);
1502 reg_extmatch_T *six, *bsx; in syn_stack_equal()
1784 reg_extmatch_T *cur_extmatch = NULL; in syn_current_attr()
2796 reg_extmatch_T *start_ext) // submatches from the start pattern in find_endpos()
H A Dglobals.h1244 EXTERN reg_extmatch_T *re_extmatch_in INIT(= NULL); // Used by vim_regexec():
1246 EXTERN reg_extmatch_T *re_extmatch_out INIT(= NULL); // Set by vim_regexec()
H A Dstructs.h1071 reg_extmatch_T *bs_extmatch; // external matches from start pattern