HomeSort by relevance Sort by last modified time
    Searched refs:Term (Results 51 - 75 of 76) sorted by null

1 23 4

  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/bin/
scan-build 23 use Term::ANSIColor;
24 use Term::ANSIColor qw(:constants);
33 my $TERM = $ENV{'TERM'};
34 my $UseColor = (defined $TERM and $TERM =~ 'xterm-.*color' and -t STDOUT
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/bin/
scan-build 23 use Term::ANSIColor;
24 use Term::ANSIColor qw(:constants);
33 my $TERM = $ENV{'TERM'};
34 my $UseColor = (defined $TERM and $TERM =~ 'xterm-.*color' and -t STDOUT
    [all...]