Searched hist:"6 b986646d434baa21ae3d74d6a662ad206c7ddbd" (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libregex/tests/ |
H A D | gnuext.in | diff 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 D | meta.in | diff 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 D | regex2.h | diff 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 D | engine.c | diff 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 D | regcomp.c | diff 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.
|