| D | engine.c | 50 #define backref sbackref macro 62 #define backref lbackref macro 90 static const char *backref(struct match *, const char *, const char *, sopno, 233 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher() 256 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher() 477 backref(struct match *m, const char *start, const char *stop, sopno startst, in backref() function 591 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); in backref() 594 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref() 597 return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); in backref() 603 return(backref(m, sp, stop, ss+1, stopst, lev+1, rec)); in backref() [all …]
|