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

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