Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!cca!ima!haddock!dan From: dan@haddock.UUCP Newsgroups: net.unix-wizards Subject: Re: Orphaned Response - (nf) Message-ID: <20@haddock.UUCP> Date: Fri, 30-Dec-83 23:44:13 EST Article-I.D.: haddock.20 Posted: Fri Dec 30 23:44:13 1983 Date-Received: Sun, 1-Jan-84 02:04:45 EST Lines: 10 #R:sri-arpa:-1461300:haddock:16800001:177600:466 haddock!dan Dec 30 14:17:00 1983 The problem with cxref is that it does not accurately find function definitions. The star gets put on the line number of the first declaration for the function that it finds, or nowhere at all! I was using it on PCC itself (an older version) and it was useless. Ctags -x works much better; out of the couple of hundred functions in pcc, it only omitted about ten. As far as I know there is NO program which will infallibly find function definitions in C source.