1# Copyright: 2016 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5 6${CTAGS} --quiet --options=NONE \ 7 -o - --fields-all=+{signature}-{typeref} --list-fields | grep 'signature\|typeref' 8