Searched refs:SvPOK_only (Results 1 – 24 of 24) sorted by relevance
364 SvPOK_only(sv); in Perl_getcwd_sv()425 SvPOK_only(TARG);460 SvPOK_only(TARG); in getdcwd()
220 (void)SvPOK_only(dst);262 (void)SvPOK_only(dst);350 (void)SvPOK_only(dst);356 (void)SvPOK_only(tmp);671 (void)SvPOK_only(dst);
122 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);
221 (void)SvPOK_only(sv) ; in real_import()
327 SvPOK_only(e->dataSV); in PerlIOEncode_fill()468 SvPOK_only(str); in PerlIOEncode_flush()
173 SvPOK_only(sv); in fill_mstats()
138 (void)SvPOK_only(opset); in new_opset()
1505 SvPOK_only(sv_buffer);1681 SvPOK_only(ST(0)); in strxfrm()
878 (void)SvPOK_only(targ); in Perl_do_vecset()1201 (void)SvPOK_only(sv); in Perl_do_vop()
1498 (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()
1653 (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()
661 #define SvPOK_only(sv) (assert_not_ROK(sv) \ macro
961 NETaa13458: needed to call SvPOK_only() in pp_substr964 Needed to call SvPOK_only() in pp_substr.
761 SvPOK_only(sv); in Perl_magic_get()
2267 (void)SvPOK_only(TARG); in PP()
4056 (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()
1181 NETaa15179: SvPOK_only shouldn't back off on offset pointer1184 SvPOK_only() was calling SvOOK_off(), which adjusted the string pointer1186 for SvPOK_only() to undo an offset string pointer, since there's no
4140 SvPOK_only(sv);
9890 (void)SvPOK_only(sv); /* validate pointer */
206 Am|void|SvPOK_only|SV* sv
4191 (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()
3568 =item SvPOK_only3569 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>
1118 version of C<SvPOK_only>, a macro which turns off the IOK and NOK flags
5348 X<SvPOK_off>, SvPOK_on X<SvPOK_on>, SvPOK_only X<SvPOK_only>,