Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D50310043 cop_store_label # U (Perl_cop_store_label)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50310043 cop_store_label # U (Perl_cop_store_label)
/openbsd/src/gnu/usr.bin/perl/
Dhv.c4105 Perl_cop_store_label(pTHX_ COP *const cop, const char *label, STRLEN len, in Perl_cop_store_label() function
Dembed.h179 # define cop_store_label(a,b,c,d) Perl_cop_store_label(aTHX_ a,b,c,d)
Dproto.h590 Perl_cop_store_label(pTHX_ COP * const cop, const char *label, STRLEN len, U32 flags);
Dop.c8680 Perl_cop_store_label(aTHX_ cop, label, strlen(label), utf8); in Perl_newSTATEOP()
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs3771 Perl_cop_store_label(aTHX_ cop, "foo", 3, 0);
3777 Perl_cop_store_label(aTHX_ cop, "fo\xc3\xa4", 4, SVf_UTF8);