Lines Matching refs:compatible
734 my $compatible = shift;
741 return if (!$node or !$compatible);
751 my @compatibles = split('", "', $compatible);
863 my $compatible = "";
887 &handle_compatible($full_node, $node, $compatible,
908 $compatible = "";
930 $compatible = $line;
931 $compatible =~ s/^\t*//;
932 $compatible =~ s/^compatible = //;
933 $compatible =~ s/;$//;
937 &handle_compatible($full_node, $node, $compatible, $node_enabled);