Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/regex/
HDengine.c52 #define backref sbackref macro
62 #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…
301 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
324 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0); in matcher()
555 backref(struct match *m, in backref() function
683 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec)); in backref()
685 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
688 return(backref(m, sp, stop, ss+OPND(s)+1, stopst, lev, rec)); in backref()
[all …]
/freebsd-11-stable/contrib/nvi/regex/
HDengine.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-11-stable/contrib/llvm-project/llvm/lib/Support/
HDregengine.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(m, sp, stop, ss+1, stopst, lev, rec);
[all …]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
HDt_regex.sh59 create_tc backref "Checks back references"
/freebsd-11-stable/lib/libc/tests/regex/
HDMakefile25 ${PACKAGE}DATA_FILES+= data/backref.in
/freebsd-11-stable/gnu/usr.bin/grep/
HDMakefile67 options.sh backref.sh file.sh
HDsearch.c329 int backref; in EGexecute() local
435 dfaexec (&dfa, beg, end - beg, &backref) == (size_t) -1) in EGexecute()
446 offset = dfaexec (&dfa, beg, buflim - beg, &backref); in EGexecute()
493 if (use_dfa && !backref) in EGexecute()
HDdfa.h246 char backref; /* True if this state matches a \<digit>. */ member
HDdfa.c1515 d->states[i].backref = 0; in state_index()
1537 d->states[i].backref = 1; in state_index()
2753 dfaexec (struct dfa *d, char const *begin, size_t size, int *backref) in dfaexec() argument
2876 if (backref) in dfaexec()
2877 *backref = (d->states[s].backref != 0); in dfaexec()
HDNEWS29 The last backref \1 in the second expression refer to \(b\)
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSymbols.cpp495 bool backref = config->warnBackrefs && other.file && in resolveUndefined() local
501 if (backref && !isWeak()) in resolveUndefined()