home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c++:13466 comp.unix.programmer:4608 comp.unix.questions:10893
- Newsgroups: comp.lang.c++,comp.unix.programmer,comp.unix.questions
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!news.edu.tw!news!ccsun7.csie.nctu.edu.tw!usenet
- From: jypai@ccnext.csie.nctu.edu.tw
- Subject: wanted: looking for _cxref _ equivalent for c++ (2nd post)
- Message-ID: <1992Sep10.115602.1285@ccsun7.csie.nctu.edu.tw>
- Keywords: cxref
- Sender: usenet@ccsun7.csie.nctu.edu.tw
- Reply-To: jypai@ccnext.csie.nctu.edu.tw
- Organization: Computer Science & Information Engin., Chiao-Tung U, Taiwan, ROC
- Date: Thu, 10 Sep 1992 11:56:02 GMT
- Lines: 31
-
- Dear almighty gurus:
-
- Could someone tell me the name of such an utility, or where
- I can get this utility? The same news was posted about 20 days ago, but I
- received no response (only some mail showing the same interest.) So I decide
- to try again.
-
- Thanx.
-
- What is cxref:
- --------------
- NAME
- cxref - generate a C program cross-reference
-
- cxref analyzes a collection of C files and attempts to build
- a cross-reference table. cxref utilizes a special option of
- cpp(1) to include #define'd information in its symbol table.
- It produces a listing on standard output of all symbols
- (auto, static, and global) in each file separately, or with
- the -c option, in combination. Each symbol contains an
- asterisk (*) before the declaring reference.
-
-
-
- --
-
- Yuan
- +----------------------------------------------------------+
- | Internet Address : jypai@csie.nctu.edu.tw |
- | NeXT mail GLADLY accepted: jypai@ccnext.csie.nctu.edu.tw |
- +----------------------------------------------------------+
-