home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13466 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.7 KB

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