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

/macosx-10.10.1/vim-55/src/proto/
H A Dregexp.pro11 reg_extmatch_T *ref_extmatch __ARGS((reg_extmatch_T *em));
12 void unref_extmatch __ARGS((reg_extmatch_T *em));
/macosx-10.10.1/vim-55/src/
H A Dregexp.h79 } reg_extmatch_T; typedef in typeref:struct:__anon14078
H A Dglobals.h1029 EXTERN reg_extmatch_T *re_extmatch_in INIT(= NULL); /* Used by vim_regexec():
1031 EXTERN reg_extmatch_T *re_extmatch_out INIT(= NULL); /* Set by vim_regexec()
H A Dregexp.c3647 static reg_extmatch_T *make_extmatch __ARGS((void));
3652 static reg_extmatch_T *
3655 reg_extmatch_T *em;
3657 em = (reg_extmatch_T *)alloc_clear((unsigned)sizeof(reg_extmatch_T));
3666 reg_extmatch_T *
3668 reg_extmatch_T *em;
3681 reg_extmatch_T *em;
H A Dstructs.h815 reg_extmatch_T *bs_extmatch; /* external matches from start pattern */
H A Dsyntax.c295 reg_extmatch_T *si_extmatch; /* \z(...\) matches from start
339 static reg_extmatch_T *next_match_extmatch = NULL;
395 static void find_endpos __ARGS((int idx, lpos_T *startpos, lpos_T *m_endpos, lpos_T *hl_endpos, long *flagsp, lpos_T *end_endpos, int *end_idx, reg_extmatch_T *start_ext));
1570 reg_extmatch_T *six, *bsx;
1856 reg_extmatch_T *cur_extmatch = NULL;
2862 reg_extmatch_T *start_ext; /* submatches from the start pattern */

Completed in 407 milliseconds