Skip site navigation (1)Skip section navigation (2)
Date:      11 Jun 2003 15:53:14 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com>
To:        Michal Pasternak <michal@pasternak.w.lub.pl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: System for generating C/C++ references?
Message-ID:  <44brx45r2t.fsf@be-well.ilk.org>
In-Reply-To: <20030611204807.GA29188@pasternak.w.lub.pl>
References:  <20030611204807.GA29188@pasternak.w.lub.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
Michal Pasternak <michal@pasternak.w.lub.pl> writes:

> I am looking for some sort of software which would allow me
> to generate C/C++ (and preferably other languages, like Python
> or PHP) references for a given project. Suppose I am browsing
> FreeBSD kernel, notice, that a function uses ,,struct somestruct''
> as it's parameter. I want to see, what other functions use this
> struct and where's that struct defined. I know, that tools like
> find and grep might be helpful :) but it is uncomfortable
> to grep kernel sources every time I want to find something.
> 
> I am sure I have seen projects like this, but I cant remember
> the name. Could you? Thanks in advance.
> 
> Please CC: me, as I am not quite a subscriber of this list.

I think vi can use tags files for this.  emacs certainly can.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44brx45r2t.fsf>