xref: /Universal-ctags/Tmain/enable-kind-postfix.d/run.sh (revision a7c5f3b5f0b26934a1a4a39ef53f3b99763c7c8a)
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
7
8
9