Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
DCwd.xs364 SvPOK_only(sv); in Perl_getcwd_sv()
425 SvPOK_only(TARG);
460 SvPOK_only(TARG); in getdcwd()
/mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/
DNormalize.xs220 (void)SvPOK_only(dst);
262 (void)SvPOK_only(dst);
350 (void)SvPOK_only(dst);
356 (void)SvPOK_only(tmp);
671 (void)SvPOK_only(dst);
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DEncode.xs122 SvPOK_only(dst); in encode_method()
130 SvPOK_only(dst); in encode_method()
267 SvPOK_only(dst); in encode_method()
309 SvPOK_only(dst); in process_utf8()
504 SvPOK_only(dst);
/mirbsd/src/gnu/usr.bin/perl/ext/Filter/Util/Call/
DCall.xs221 (void)SvPOK_only(sv) ; in real_import()
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/encoding/
Dencoding.xs327 SvPOK_only(e->dataSV); in PerlIOEncode_fill()
468 SvPOK_only(str); in PerlIOEncode_flush()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/
DPeek.xs173 SvPOK_only(sv); in fill_mstats()
/mirbsd/src/gnu/usr.bin/perl/ext/Opcode/
DOpcode.xs138 (void)SvPOK_only(opset); in new_opset()
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs1505 SvPOK_only(sv_buffer);
1681 SvPOK_only(ST(0)); in strxfrm()
/mirbsd/src/gnu/usr.bin/perl/
Ddoop.c878 (void)SvPOK_only(targ); in Perl_do_vecset()
1201 (void)SvPOK_only(sv); in Perl_do_vop()
Dpp.c1498 (void)SvPOK_only(TARG); in PP()
3328 (void)SvPOK_only(TARG); in PP()
3339 (void)SvPOK_only(TARG); in PP()
3550 (void)SvPOK_only(TARG); in PP()
3634 (void)SvPOK_only(TARG); in PP()
Dpp_sys.c1653 (void)SvPOK_only(bufsv); in PP()
1752 (void)SvPOK_only(read_target); in PP()
2658 (void)SvPOK_only(sv); in PP()
2725 (void)SvPOK_only(sv); in PP()
Dsv.h661 #define SvPOK_only(sv) (assert_not_ROK(sv) \ macro
DChanges5.001961 NETaa13458: needed to call SvPOK_only() in pp_substr
964 Needed to call SvPOK_only() in pp_substr.
Dmg.c761 SvPOK_only(sv); in Perl_magic_get()
Dpp_hot.c2267 (void)SvPOK_only(TARG); in PP()
Dsv.c4056 (void)SvPOK_only(dstr); in Perl_sv_setsv_flags()
4074 (void)SvPOK_only(dstr); in Perl_sv_setsv_flags()
6222 SvPOK_only(sv); in Perl_sv_gets()
DChanges5.0021181 NETaa15179: SvPOK_only shouldn't back off on offset pointer
1184 SvPOK_only() was calling SvOOK_off(), which adjusted the string pointer
1186 for SvPOK_only() to undo an offset string pointer, since there's no
Dutil.c4140 SvPOK_only(sv);
Dtoke.c9890 (void)SvPOK_only(sv); /* validate pointer */
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dapidoc.fnc206 Am|void|SvPOK_only|SV* sv
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs4191 (void) SvPOK_only(frozen); /* Validates string pointer */ in retrieve_hook()
4782 (void) SvPOK_only(sv); /* Validate string pointer */ in retrieve_lscalar()
4846 (void) SvPOK_only(sv); /* Validate string pointer */ in retrieve_scalar()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlapi.pod3568 =item SvPOK_only
3569 X<SvPOK_only>
3574 void SvPOK_only(SV* sv)
3736 (C<SvPOK_only>). You want force if you are going to update the C<SvPVX>
3748 (C<SvPOK_only>). You want force if you are going to update the C<SvPVX>
Dperlhack.pod1118 version of C<SvPOK_only>, a macro which turns off the IOK and NOK flags
Dperltoc.pod5348 X<SvPOK_off>, SvPOK_on X<SvPOK_on>, SvPOK_only X<SvPOK_only>,