HomeSort by relevance Sort by last modified time
    Searched defs:backref (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 86 #define backref sbackref macro
98 #define backref lbackref macro
131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev);
281 NOTE("backref dissect");
282 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
305 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
557 - backref - figure out what matched what, figuring in back references
558 == static const char *backref(struct match *m, const char *start, \
562 backref( function
688 return(backref(m, sp+len, stop, ss+1, stopst, lev))
1183 #undef backref macro
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
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...]

Completed in 124 milliseconds