xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
inpref.awk
(revision 12fb9219923f41528f673d4f31667db2c3f103ff)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function
test
(
x
) {
2
print
x
3
getline
4
print
x
5
}
6
7
{
8
test
($
0
)
9
}
10