HomeSort by: relevance | last modified time | path
    Searched defs:backref (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/regex/
engine.c 60 #define backref sbackref macro
71 #define backref lbackref macro
82 #define backref mbackref macro
115 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
358 NOTE("backref dissect");
359 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
382 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
636 - backref - figure out what matched what, figuring in back references
637 == static const char *backref(struct match *m, const char *start, \
641 backref( function in typeref:typename:const char *
    [all...]

Completed in 13 milliseconds