Lines Matching refs:backref
50 #define backref sbackref macro
61 #define backref lbackref macro
93 static const RCHAR_T *backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno sta…
229 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
252 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
474 backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, in backref() function
597 return(backref(m, sp+len, stop, ss+1, stopst, lev)); in backref()
600 dp = backref(m, sp, stop, ss+1, stopst, lev); in backref()
603 return(backref(m, sp, stop, ss+d+1, stopst, lev)); in backref()
609 return(backref(m, sp, stop, ss+1, stopst, lev+1)); in backref()
613 return(backref(m, sp, stop, ss+1, stopst, lev-1)); in backref()
616 dp = backref(m, sp, stop, ss-d+1, stopst, lev); in backref()
618 return(backref(m, sp, stop, ss+1, stopst, lev-1)); in backref()
627 dp = backref(m, sp, stop, ssub, esub, lev); in backref()
648 dp = backref(m, sp, stop, ss+1, stopst, lev); in backref()
659 dp = backref(m, sp, stop, ss+1, stopst, lev); in backref()
1032 #undef backref