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

/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DBlackBox.pm618 my $enc_error;
634 $enc_error = '';
637 $enc_error = "Encoding is already set to " . $self->{'encoding'};
638 DEBUG > 1 and print STDERR $enc_error;
653 die($enc_error = "WHAT? _transcoder is already set?!")
661 $@ && die( $enc_error =
686 $enc_error = join '' =>
692 $self->scream( $self->{'line_count'}, $enc_error );
694 push @{ $self->{'encoding_command_statuses'} }, $enc_error;
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c225 int enc_error = 0; local
295 enc_error = 1;
302 if (enc_error)

Completed in 73 milliseconds