xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
wideidx.awk
(revision e75b2cb0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{
2
a
=$
0
3
print
index
(
a
,
"b"
)
4
getline
5
a
=
a
$
0
6
print
index
(
a
,
"b"
)
7
}
8