linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* v flags/modifiers in scripts/tags.sh
@ 2014-08-15  4:43 Masatake YAMATO
  2014-08-16  5:30 ` Dirk Gouders
  0 siblings, 1 reply; 9+ messages in thread
From: Masatake YAMATO @ 2014-08-15  4:43 UTC (permalink / raw)
  To: linux-kbuild

Hi,

I have a question about v flags/modifiers in scripts/tags.sh.

quoted from scripts/tags.sh:

    exuberant()
    {
	    ...
	    --regex-c='/DEFINE_(MUTEX|SEMAPHORE|SPINLOCK)\((\w*)/\2/v/'	\
	    ...
    }

    emacs()
    {
	    ...
	    --regex='/DEFINE_HASHTABLE\((\w*)/\1/v/'
	    ...
    }


v is specified at the end of the regular expressions.

As far as I read the man pages of ctags and etags.  there is no such
flags/modifiers. What is v?

(I am a co-maintainer of fishman-ctags, a fork of exuberant-ctags.
 So I'm interested in implementing v flags in ctags if it is useful.)

Masatake YAMATO

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-08-19 16:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-15  4:43 v flags/modifiers in scripts/tags.sh Masatake YAMATO
2014-08-16  5:30 ` Dirk Gouders
2014-08-16  5:56   ` [PATCH 0/3] scripts/tags.sh: some emacs fixes Dirk Gouders
2014-08-16  5:56     ` [PATCH 1/3] scripts/tags.sh: Don't specify kind-spec for emacs' ctags/etags Dirk Gouders
2014-08-18  2:50       ` Masatake YAMATO
2014-08-16  5:56     ` [PATCH 2/3] scripts/tags.sh: remove *PCGFLAGS regular expressions Dirk Gouders
2014-08-19 15:56       ` Johannes Weiner
2014-08-16  5:56     ` [PATCH 3/3] scripts/tags.sh: fix DEFINE_HASHTABLE in emacs case Dirk Gouders
2014-08-17 15:05   ` v flags/modifiers in scripts/tags.sh Masatake YAMATO

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).