From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32173 invoked by alias); 25 Nov 2003 06:58:33 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32166 invoked from network); 25 Nov 2003 06:58:33 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 25 Nov 2003 06:58:33 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AOY6V-0003fR-Ce; Tue, 25 Nov 2003 02:59:24 -0500 Date: Tue, 25 Nov 2003 06:58:00 -0000 Message-Id: From: Eli Zaretskii To: Andrew Cagney CC: gdb-patches@sources.redhat.com In-reply-to: <3FC25FBD.9000704@gnu.org> (message from Andrew Cagney on Mon, 24 Nov 2003 14:45:01 -0500) Subject: Re: [commit] Deprecate remaining STREQ uses Reply-to: Eli Zaretskii References: <3FC119EB.1060102@gnu.org> <3FC234C0.1000500@gnu.org> <2914-Mon24Nov2003212333+0200-eliz@elta.co.il> <3FC25FBD.9000704@gnu.org> X-SW-Source: 2003-11/txt/msg00558.txt.bz2 > Date: Mon, 24 Nov 2003 14:45:01 -0500 > From: Andrew Cagney > > Expect questions ;-) Be my guest ;-) > Do I need to run ETAGS first? Etags won't help, as all it knows is where STREQ is _defined_, not where it's _used_. What you want is ID-utils and the associated Emacs command "M-x gid RET". However, I think "M-x find-grep-dired RET" will do, if you don't have ID-utils installed.