Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/regex/
H A Dengine.c55 #define backref sbackref macro
66 #define backref lbackref macro
77 #define backref mbackref macro
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()
598 backref(struct match *m, in backref() function
728 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
752 dp = backref(m, sp, stop, ssub, esub, lev, rec); in backref()
774 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
784 dp = backref(m, sp, stop, ss+1, stopst, lev, rec); in backref()
[all …]
/freebsd-12.1/contrib/nvi/regex/
H A Dengine.c50 #define backref sbackref macro
61 #define backref lbackref macro
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()
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()
616 dp = backref(m, sp, stop, ss-d+1, stopst, lev); in backref()
627 dp = backref(m, sp, stop, ssub, esub, lev); in backref()
648 dp = backref(m, sp, stop, ss+1, stopst, lev); in backref()
659 dp = backref(m, sp, stop, ss+1, stopst, lev); in backref()
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A Dregengine.inc50 #define backref sbackref
62 #define backref lbackref
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);
603 dp = backref(m, sp, stop, ss+1, stopst, lev, rec);
612 return(backref(m, sp, stop, ss+1, stopst, lev+1, rec));
630 dp = backref(m, sp, stop, ssub, esub, lev, rec);
651 dp = backref(m, sp, stop, ss+1, stopst, lev, rec);
662 dp = backref(m, sp, stop, ss+1, stopst, lev, rec);
[all …]
/freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex.sh59 create_tc backref "Checks back references"
/freebsd-12.1/gnu/usr.bin/grep/
H A DMakefile54 options.sh backref.sh file.sh
H A Dsearch.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()
H A Ddfa.h246 char backref; /* True if this state matches a \<digit>. */ member
H A Ddfa.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()
H A DNEWS29 The last backref \1 in the second expression refer to \(b\)
/freebsd-12.1/lib/libc/tests/regex/
H A DMakefile.inc23 ${PACKAGE}DATA_FILES+= data/backref.in