Re: Question about style when converting from K&R to ANSI C.

Dave Jones (davej@codemonkey.org.uk)
Tue, 3 Jun 2003 13:45:01 +0100


On Tue, Jun 03, 2003 at 02:32:56PM +0200, Martin Waitz wrote:

> well, but it is nice to be able to grep for the declaration of a
> function like
>
> grep "^where_is_it" *.c
>
> without showing all the uses of that function.

What's wrong with ctags for this?

Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/