xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
fnarray.awk
(revision 5711d3938643272e5ca2aaf5d868e612e7bc97b6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
function
foo
(
N
) {
2
return
0
3
}
4
BEGIN
{
5
Num
=
foo
[
c
]
6
}
7
8