engine.c | 50 #define backref sbackref macro 62 #define backref lbackref macro 89 static char *backref(struct match *, char *, char *, sopno, sopno, sopno, int); 226 NOTE("backref dissect"); 227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); 250 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); 471 - backref - figure out what matched what, figuring in back references 474 backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, function 591 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); 594 dp = backref(m, sp, stop, ss+1, stopst, lev, rec) 1018 #undef backref macro [all...] |