Home
last modified time | relevance | path

Searched refs:inverted_tstr (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dop.c6185 SV * inverted_tstr = NULL; in S_pmtrans() local
6280 inverted_tstr = newSVpvs(""); in S_pmtrans()
6290 sv_catpvn(inverted_tstr, (char *) temp, temp_end_pos - temp); in S_pmtrans()
6293 Perl_sv_catpvf(aTHX_ inverted_tstr, "%c", RANGE_INDICATOR); in S_pmtrans()
6295 sv_catpvn(inverted_tstr, (char *) temp, temp_end_pos - temp); in S_pmtrans()
6301 t0 = t = (U8*)SvPV_const(inverted_tstr, temp_len); in S_pmtrans()
7021 SvREFCNT_dec(inverted_tstr); in S_pmtrans()