Lines Matching refs:cp
557 my $cp = $blk->{$enum};558 if ($cp && !exists $b->{$cp}) {559 die "Error: No block found at $cp in Blocks.txt";562 $blk->{$enum} = $b->{$cp};563 delete $b->{$cp};566 for my $cp (keys %$b) {567 $err .= "Error: Block " . $b->{$cp} . " not listed in uchar.h\n";