xref: /Universal-ctags/Tmain/enable-kind-prefix.d/run.sh (revision cd938e9b287ebafc03eeb865dcf83890be9728a1)
1# Copyright: 2015 Masatake YAMATO
2# License: GPL-2
3
4CTAGS=$1
5${CTAGS} --quiet --options=NONE --kinds-c=+l-f --list-kinds=C | grep '^[fl]'
6