From owner-freebsd-questions Thu May 30 00:51:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA25534 for questions-outgoing; Thu, 30 May 1996 00:51:08 -0700 (PDT) Received: from proxy.siemens.at (proxy.siemens.at [192.138.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA25523 for ; Thu, 30 May 1996 00:50:59 -0700 (PDT) Received: from sol1.gud.siemens.co.at (sol-f.gud.siemens-austria) by proxy.siemens.at with SMTP id AA13579 (5.67a/IDA-1.5 for ); Thu, 30 May 1996 09:50:05 +0200 Received: from ws2301.gud.siemens.co.at by sol1.gud.siemens.co.at with smtp (Smail3.1.28.1 #7 for ) id m0uP2Uf-00020CC; Thu, 30 May 96 09:50 MET DST Received: by ws2301.gud.siemens.co.at (1.37.109.16/1.37) id AA256052391; Thu, 30 May 1996 09:46:31 +0200 From: "Hr.Ladavac" Message-Id: <199605300746.AA256052391@ws2301.gud.siemens.co.at> Subject: Re: c source grep To: gurney_j@resnet.uoregon.edu Date: Thu, 30 May 1996 09:46:31 +0200 (MESZ) Cc: questions@freebsd.org In-Reply-To: from "John-Mark Gurney" at May 29, 96 11:25:20 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In his e-mail John-Mark Gurney wrote: > I am looking for a utility that will be able to search a source file and > it's includes in search of something like a struct of a function > declaration... I'm not sure it such a util exists... if it doesn't I > will write one... but I don't want to re-invent the wheel... (almost said > invent the wheel :) )... thanks for your pointers... TTYL.. etags or ctags might be useful to you. To be used with emacs or vi, respectively. The others are cxref and cscope, available(?) from AT&T. /Marino