index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
historical
/
nawk
/
dist
/
bugs-fixed
/
numeric-rs.awk
blob: cc7a0a0c08c289d52ca6dabc6a1039b19fac3f91 (
plain
)
1
2
3
4
5
6
BEGIN
{
RS
=
1
;
while
(
"echo a1b1c1d"
|
getline
>
0
) {
print
$1
;
}
}