Date: Tue, 21 Mar 95 20:03:10 CST From: "David Kelly" <dkelly@iquest.com> To: "Paul Vinciguerra" <PVinci@ix.netcom.com>, questions@FreeBSD.org Subject: Re: How to search through sources?? Message-ID: <dkelly.1146225430D@mail.iquest.com>
next in thread | raw e-mail | index | archive | help
>How can I search through the sources to find a Procedure? For example, >if I wanted to look at the panic() function. Is there a tool that will >scan the sources? (P.S. I'm not looking for panic()) > >Thanks > >Paul find /usr/src/sys -type f -exec grep -l panic "{}" \; -- David Kelly N4HHE, n4hhe@amsat.org, dkelly@iquest.com ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dkelly.1146225430D>