Home
last modified time | relevance | path

Searched hist:"6 b986646d434baa21ae3d74d6a662ad206c7ddbd" (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libregex/tests/
H A Dgnuext.indiff 6b986646d434baa21ae3d74d6a662ad206c7ddbd Sat Dec 05 04:16:05 CET 2020 Kyle Evans <kevans@FreeBSD.org> libregex: implement \b and \B (word boundary, not word boundary)

This is the last of the needed GNU expressions before we can unleash bsdgrep
by default. \b is effectively an agnostic equivalent of \< and \>, while
\B will match every space that isn't making a transition from
nonchar -> char or char -> nonchar.
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dmeta.indiff 6b986646d434baa21ae3d74d6a662ad206c7ddbd Sat Dec 05 04:16:05 CET 2020 Kyle Evans <kevans@FreeBSD.org> libregex: implement \b and \B (word boundary, not word boundary)

This is the last of the needed GNU expressions before we can unleash bsdgrep
by default. \b is effectively an agnostic equivalent of \< and \>, while
\B will match every space that isn't making a transition from
nonchar -> char or char -> nonchar.
/freebsd/lib/libc/regex/
H A Dregex2.hdiff 6b986646d434baa21ae3d74d6a662ad206c7ddbd Sat Dec 05 04:16:05 CET 2020 Kyle Evans <kevans@FreeBSD.org> libregex: implement \b and \B (word boundary, not word boundary)

This is the last of the needed GNU expressions before we can unleash bsdgrep
by default. \b is effectively an agnostic equivalent of \< and \>, while
\B will match every space that isn't making a transition from
nonchar -> char or char -> nonchar.
H A Dengine.cdiff 6b986646d434baa21ae3d74d6a662ad206c7ddbd Sat Dec 05 04:16:05 CET 2020 Kyle Evans <kevans@FreeBSD.org> libregex: implement \b and \B (word boundary, not word boundary)

This is the last of the needed GNU expressions before we can unleash bsdgrep
by default. \b is effectively an agnostic equivalent of \< and \>, while
\B will match every space that isn't making a transition from
nonchar -> char or char -> nonchar.
H A Dregcomp.cdiff 6b986646d434baa21ae3d74d6a662ad206c7ddbd Sat Dec 05 04:16:05 CET 2020 Kyle Evans <kevans@FreeBSD.org> libregex: implement \b and \B (word boundary, not word boundary)

This is the last of the needed GNU expressions before we can unleash bsdgrep
by default. \b is effectively an agnostic equivalent of \< and \>, while
\B will match every space that isn't making a transition from
nonchar -> char or char -> nonchar.