xref
: /
aosp_15_r20
/
external
/
bc
/
tests
/
script.sed
(revision 5a6e848804d15c18a0125914844ee4eb0bda4fcf)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/[^\\]$/ {
2
p;
3
}
4
/\\$/ {
5
N;
6
s/\\\n\([0-9]\)$/\1/g;
7
p;
8
}
9
d;
10