You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@hotwired.com> on 1996/06/30 06:24:27 UTC

Re: religious war

For what it's worth, my style is almost the same as rst's.  I use ctags
and don't find it a pain to use... and to give this post a little more
significance than a religious war:

Has anyone used sgrep (http://www.cs.helsinki.fi/~jjaakkol/sgrep.html)
to find function decl/defns "from the command line"?  I'd imagine it's
something like sgrep '"func_name" not in "{".."}"' *.c.  That grabs
declarations too... but hey, it's better than "grep func_name".  sgrep is
still on my list of things to explore when I have the time.

Dean