[comp.sys.apollo] Extract function names

chen@digital.sps.mot.com (Jinfu Chen) (09/14/90)

Thanks for all the replies and postings to my question. Suggestions include
using sed, grep, ctags, nm, and cxref. I find that cxref(1) comes with SYS V
is exactly what I need and works very well. Anyone still using
sed/grep/ctags/nm should give cxref a look.

My only problem with cxref is rather Apollo specific. On Apollos, cxref is
under Sys 5.3 environment but all my programs are developed under BSD 4.3
environment. Worst yet, cxref is stamped as sys5.3 for systype and runtype so
even explicitly calling the program still put me into sys5.3 environment. The
result is cxref (actually /usr/lib/xcpp) couldn't find BSD style include
files, or complain about incorret system calling syntax. I did try using
-I/bsd4.3/usr/include but still no luck.

I wonder if anyone in Apollo land could give me some help?




-- 
Jinfu Chen                  (602)898-5338 
Motorola, Inc.  SPS  Mesa, AZ
 ...uunet!motsps!digital!chen
chen@digital.sps.mot.com
CMS: RXFR30 at MESAVM
----------