1# Copyright: 2020 Masatake YAMATO2# License: GPL-234CTAGS=$156echo'# Z only'7$CTAGS --quiet --options=NONE --fields=Z -o - input.c2>&1 \
8 | sed -e 's/\.exe//g' \
9 | sort1011# The last sort is needed because the order of lines from stdout and12# that from stderr is not stable.13