BSD 1 development
[unix-history] / bin / cxref
CommitLineData
4a9bdf3d
BJ
1grep -n "^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]" $* > /tmp/$$
2nex - /tmp/$$
3g/STATIC/d
4g/\<static\>/d
5g/\<long\>/d
6g/\<switch\>/d
7g/\<unsigned\>/d
8g/\<return\>/d
9g/\<break\>/d
10g/\<boolean\>/d
11g/\<case\>/d
12g/\<struct\>/d
13g/\<int\>/d
14g/\<char\>/d
15g/\<extern\>/d
16g/:$/d
171,$s/\(.*:\)\(.*\)/\2|\1/
181,$s/|/ /
191,$s/^\(................................................\) */\1/
201,$ta
21w
22q
23sort /tmp/$$
24rm /tmp/$$