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
/
gnu
/
setrec0.awk
blob: 8d978aa75af211224795af8ca73524b74673c879 (
plain
)
1
2
3
4
5
6
7
8
function
reassign
(
x
,
y
) {
$
0
= x
print
y
}
{
reassign
(
"larry"
,
$
1
)
}