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