repo.or.cz
/
kbuild-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rebuilt win.amd64 against r3658 (new compiler, xp64/w2k3 not support any more; new...
[kbuild-mirror.git]
/
src
/
oldsed
/
testsuite
/
recall2.sed
blob
f668773da725eefffa8e6edb19015cc0d6177f35
1
# Starting from sed 4.1.3, regexes are compiled with REG_NOSUB
2
# if they are used in an address, so that the matcher does not
3
# have to obey leftmost-longest. The tricky part is to recompile
4
# them if they are then used in a substitution.
5
/\(ab*\)\+/ s//>\1</g