Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dengine.c50 #define backref sbackref macro
61 #define backref lbackref macro
93 static const RCHAR_T *backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno sta…
229 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
252 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
474 backref(struct match *m, const RCHAR_T *start, const RCHAR_T *stop, in backref() function
597 return(backref(m, sp+len, stop, ss+1, stopst, lev)); in backref()
600 dp = backref(m, sp, stop, ss+1, stopst, lev); in backref()
603 return(backref(m, sp, stop, ss+d+1, stopst, lev)); in backref()
609 return(backref(m, sp, stop, ss+1, stopst, lev+1)); in backref()
[all …]
/freebsd/lib/libc/regex/
H A Dengine.c50 #define backref sbackref macro
61 #define backref lbackref macro
72 #define backref mbackref macro
105 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop…
344 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
367 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
613 backref(struct match *m, in backref() function
762 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); in backref()
764 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
767 return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); in backref()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc50 #define backref sbackref
63 #define backref lbackref
93 static const char *backref(struct match *, const char *, const char *, sopno,
233 NOTE("backref dissect");
234 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
257 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
521 - backref - figure out what matched what, figuring in back references
524 backref(struct match *m, const char *start, const char *stop, sopno startst,
642 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec));
645 dp = backref(m, sp, stop, ss+1, stopst, lev, rec);
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex.sh59 create_tc backref "Checks back references"
/freebsd/lib/libc/tests/regex/
H A DMakefile.inc22 ${PACKAGE}DATA_FILES+= data/backref.in
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp475 bool backref = config->warnBackrefs && other.file && in resolve() local
490 if (backref && !isWeak()) in resolve()