summaryrefslogtreecommitdiffstats
path: root/src/defid
blob: 5c04bc672f6d582a35d893a031ab1624eeade829 (plain)
1
2
3
4
5
6
#!/bin/sh

for sym
do
    gid $sym |egrep '(}[ 	]*|:[ 	]*#[ 	]*define[ 	]+)'$sym'|'typedef\>.*[ 	]+'$sym
done