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/ |
| D | 5031004 | 3 cop_store_label # U (Perl_cop_store_label)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5031004 | 3 cop_store_label # U (Perl_cop_store_label)
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | hv.c | 4105 Perl_cop_store_label(pTHX_ COP *const cop, const char *label, STRLEN len, in Perl_cop_store_label() function
|
| D | embed.h | 179 # define cop_store_label(a,b,c,d) Perl_cop_store_label(aTHX_ a,b,c,d)
|
| D | proto.h | 590 Perl_cop_store_label(pTHX_ COP * const cop, const char *label, STRLEN len, U32 flags);
|
| D | op.c | 8680 Perl_cop_store_label(aTHX_ cop, label, strlen(label), utf8); in Perl_newSTATEOP()
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 3771 Perl_cop_store_label(aTHX_ cop, "foo", 3, 0); 3777 Perl_cop_store_label(aTHX_ cop, "fo\xc3\xa4", 4, SVf_UTF8);
|