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