ctags -R |
ctags -R --languages=c,c++ |
ctags -R --langmap=c:+.h --languages=c |
ctags -R --languages=-make |
ctags -R --c-kinds=f -x > hoge.txt |
ctags -R --langdef=vhdl --langmap=vhdl:.vhd --regex-vhdl="/^[ \t]*(architecture|configuration)[ \t]+([^ \t]+)[ \t]+of/\2/" --regex-vhdl="/^[ \t]*(attribute|entity|function|package( body)?|procedure|process|type)[ \t]+([^ \t(]+)/\3/" |