xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
fnarray.awk
(revision 5b6ecd7fe9733cbbf05a3badf91c9d6db3f8a544)
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