xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
syn
/
scalar.awk
(revision 55d6cb5d63bcf69dfa47b8c41c770a2d34f169b0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
sub
(/
x
/,
""
,
a
)
3
a
[
1
]
4
}
5