xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
callparam.awk
(revision 8119dad84d6416f13557b0ba8e2aaf9064cbcfd3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
f
() }
2
3
function
f
(
a
, b)
4
{
5
a
=
b
()
6
}
7