Searched refs:backref (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c86 #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(
1183 #undef backref macro
[all...]

Completed in 70 milliseconds