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

/openbsd-current/gnu/usr.bin/perl/utils/
H A Dpl2pm.PL152 my $xlated ;
154 $xlated = "${pack}'$ident";
158 $xlated = "$prefix$ident";
161 $xlated = "$prefix${pack}::$ident";
165 $xlated = "$prefix${newpack}::$ident";
168 $xlated = "$prefix${pack}::$ident";
171 return $xlated;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dmakerel146 my $xlated = "";
180 $xlated .= $cur;
197 $xlated = ($text =~ s/(.)/chr $a2e->[ord $1]/rsge);
206 $xlated = ($text =~ s/(.)/cp_2_utfbytes(ord $1, $charset)/rsge);
213 print $fh $xlated;
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dmk_invlists.pl2932 # Now we recreate the inversion map into %xlated, but this
2934 my %xlated;
2948 # Add each even-numbered range in the bucket to %xlated;
2949 # so that the keys of %xlated become the range start code
2954 @{$xlated{$range_start}} = split /\cK/, $bucket;
2967 $xlated{$i} = $bucket;
2976 # Here %xlated's keys are the range starts of all the code
2979 my @new_invlist = sort { $a <=> $b } keys %xlated;
2990 && $xlated{$new_invlist[$i-1]}
2992 && $xlated{
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dc-lex.c791 int xlated = cpp_interpret_string_notranslate (parse_in, strs,
796 gcc_assert (xlated);
789 int xlated = cpp_interpret_string_notranslate (parse_in, strs, local

Completed in 194 milliseconds