xref: /Universal-ctags/Tmain/warn-reusing-kind-letter.d/run.sh (revision fdb86eb54e5cef0e52d70445d587415e7253e464)
1# Copyright: 2016 Masatake YAMATO
2# License: GPL-2
3
4CTAGS=$1
5
6${CTAGS} --quiet --options=NONE \
7	 --langdef=X \
8	 --regex-X='/./\0/a,anyobject/' \
9	 --regex-X='/./\0/a,anyitem/' \
10	 --langdef=Y \
11	 --regex-Y='/./\0/b,any' \
12	 --regex-Y='/./\0/b,any' \
13	 --_force-quit=0 2>&1 | sed -e 's/.*ctags\(.exe\)\{0,1\}: //'
14