summaryrefslogtreecommitdiffstats
path: root/tools/sed-types
blob: 7ac79a24938f1c91248604d9ff5f5337e7167374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
s/^\s*typedef\s+(struct\s+)?((\w+\**\s+)*)(\w+)\s*;.*$/typedef \1 \2 \4;/
t finish
s/^\s*typedef\s+(struct.*[^;].*)/typedef \1/
T
h
:loop
n
/^\s*\}/ ! b loop
s/^\s*\}\s*(\w+)\s*;.*$/\1;/
H;x
s/\n/ /g
:finish
s/ {2,}/ /g
p