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