You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Hyde <bh...@gensym.com> on 1997/11/10 22:53:49 UTC

etags?

Help?

  > find . -type f -print | etags - 
  > grep API_EXPORT TAGS | head -3
  API_EXPORT(337,9828
  API_EXPORT(375,10687
  API_EXPORT(411,11376
  > grep -c API_EXPORT TAGS
  261
  > 

  - ben h.

ps. I'm using mkid instead.


Re: etags?

Posted by Dean Gaudet <dg...@arctic.org>.
I don't know about etags, but I've got a ctags variant calling itself
'Exuberant Ctags, Version 1.5, by Darren Hiebert' which has a -I switch
which can be used to ignore API_EXPORT.  I forget where I got it ... 
sorry.  Probably listed in the linux software map somewhere though. 

Dean

On Mon, 10 Nov 1997, Ben Hyde wrote:

> 
> Help?
> 
>   > find . -type f -print | etags - 
>   > grep API_EXPORT TAGS | head -3
>   API_EXPORT(337,9828
>   API_EXPORT(375,10687
>   API_EXPORT(411,11376
>   > grep -c API_EXPORT TAGS
>   261
>   > 
> 
>   - ben h.
> 
> ps. I'm using mkid instead.
> 
>