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