Searched refs:reg_extmatch_T (Results 1 – 6 of 6) sorted by relevance
6 reg_extmatch_T *ref_extmatch(reg_extmatch_T *em);7 void unref_extmatch(reg_extmatch_T *em);
165 } reg_extmatch_T; typedef
1213 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()
208 reg_extmatch_T *si_extmatch; // \z(...\) matches from start252 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()
1244 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()
1071 reg_extmatch_T *bs_extmatch; // external matches from start pattern