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

/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex.sh59 create_tc backref "Checks back references"
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregengine.inc50 #define backref sbackref
62 #define backref lbackref
91 static const char *backref(struct match *, const char *, const char *, sopno,
230 NOTE("backref dissect");
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
480 - backref - figure out what matched what, figuring in back references
483 backref(struct match *m, const char *start, const char *stop, sopno startst,
600 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec));
603 dp = backref(
[all...]
/freebsd-10-stable/lib/libc/regex/
H A Dengine.c51 #define backref sbackref macro
62 #define backref lbackref macro
73 #define backref mbackref macro
106 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
302 NOTE("backref dissect");
303 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
326 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
552 - backref - figure out what matched what, figuring in back references
553 == static const char *backref(struct match *m, const char *start, \
557 backref(struc function
1179 #undef backref macro
[all...]
/freebsd-10-stable/contrib/nvi/regex/
H A Dengine.c54 #define backref sbackref macro
65 #define backref lbackref macro
97 static const RCHAR_T *backref __P((struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst, sopno lev));
238 NOTE("backref dissect");
239 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
262 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
487 - backref - figure out what matched what, figuring in back references
488 == static const RCHAR_T *backref(register struct match *m, const RCHAR_T *start, \
492 backref(m, start, stop, startst, stopst, lev) function
620 return(backref(
1098 #undef backref macro
[all...]
/freebsd-10-stable/gnu/usr.bin/grep/
H A DMakefile71 options.sh backref.sh file.sh
H A Ddfa.h86 detects a transition on backref, it returns
246 char backref; /* True if this state matches a \<digit>. */ member in struct:__anon5548
H A Dsearch.c177 GNU regex should have raise a syntax error. The same for backref, where
178 the backref should have been local to each pattern. */
262 GNU regex should have raise a syntax error. The same for backref, where
263 the backref should have been local to each pattern. */
329 int backref; local
432 dfaexec (&dfa, beg, end - beg, &backref) == (size_t) -1)
443 offset = dfaexec (&dfa, beg, buflim - beg, &backref);
487 if (use_dfa && !backref)
H A Ddfa.c1515 d->states[i].backref = 0;
1537 d->states[i].backref = 1;
2751 we store a 0 in *backref. */
2753 dfaexec (struct dfa *d, char const *begin, size_t size, int *backref) argument
2876 if (backref)
2877 *backref = (d->states[s].backref != 0);
/freebsd-10-stable/lib/libc/tests/regex/
H A DMakefile19 FILES+= data/backref.in

Completed in 190 milliseconds