Searched refs:ftype (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/scripts/
H A Dcopyright-extractor380 my $ftype = get_file_type ($fname);
381 return if $ftype == FTYPE_IGNORE;
382 if ($ftype == FTYPE_C) {
384 } elsif ($ftype == FTYPE_PERL) {
386 } elsif ($ftype == FTYPE_SHELL) {
388 } elsif ($ftype == FTYPE_PYTHON) {
390 } elsif ($ftype == FTYPE_JAVA) {

Completed in 8 milliseconds