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

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