Home | History | Annotate | Download | only in abi-dumper

Lines Matching refs:CTAGS

20 #  Universal Ctags
61 my $CTAGS = "ctags";
252 Path to ignore.tags file to help ctags tool to read
293 Use g++ -fdump-translation-unit instead of ctags to
296 ctags can't recognize them.
5283 if(not check_Cmd($CTAGS))
5285 printMsg("ERROR", "can't find \"$CTAGS\"");
5521 { # using Ctags
5528 my $List_S = `$CTAGS -x --c-kinds=fpvx $IgnoreTags \"$File\"`;
5538 my $List_T = `$CTAGS -x --c-kinds=gstu --language-force=c $IgnoreTags \"$File\"`;