[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cross-references?



On Mon, 06 Sep 1999 22:08:00 EDT, "Guo, Liang" wrote: 
>Is there a way to quickly find where a tcl instproc or a c++
>method is defined in ns? I mean some sort of cross-reference
>of functions. I'm tired to go through every sub-dir each
>time a new function poped up. Thanks a lot.

ctags or etags is the traditional Unix solution for C++.
With some hacking etags of the regex's etags could probably handle
otcl, too.  (I don't know of anyone who's done that, though.)

   -John Heidemann