index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
callparam.awk
blob: b925db019f3ab09d1493c01e198b086d25b6ed48 (
plain
)
1
2
3
4
5
6
BEGIN
{
f
() }
function
f
(
a
,
b
)
{
a = b
()
}