1 # Copyright (C) 2006 OpenWrt.org
15 if (v
[$
2] != "") noprint =
0
21 if (v
[$
2] != "") noprint =
1
26 if (noprint ==
1) noprint =
0
30 ($
1 !~
/^@
[a
-zA
-Z0
-9_
]/) && (noprint
!= 1) {
31 n=
split(line
"@@", a
, /@@
/)
32 for (i=
1; i
<=n
; i
++) {
33 if ((i %
2) ==
1) printf "%s" a
[i
]
34 else printf "%s" v
[a
[i
]]
This page took 0.045008 seconds and 5 git commands to generate.