Home
last modified time | relevance | path

Searched defs:tsv (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dvutil.c938 SV * tsv = *av_fetch(av, 0, 0); Perl_vnumify2() local
944 SV * tsv = *av_fetch(av, i, 0); Perl_vnumify2() local
997 SV * tsv = *av_fetch(av, 0, 0); Perl_vnormal2() local
1002 SV * tsv = *av_fetch(av, i, 0); Perl_vnormal2() local
H A Dsv.c6013 SV *tsv; global() local
6047 SV *tsv; global() local
6136 Perl_sv_add_backref(pTHX_ SV * const tsv,SV * const sv) global() argument
6196 Perl_sv_del_backref(pTHX_ SV * const tsv,SV * const sv) global() argument
8564 SV * const tsv = newSV_type(SVt_NULL); global() local
[all...]
H A Dpp.c3145 SV* const tsv = sv_2mortal(newSVsv(sv)); PP() local
3736 SV* const tsv = newSVpvn_flags(tmps, len, SVf_UTF8|SVs_TEMP); PP() local