Searched refs:Perl_cop_fetch_label (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5031004 | 2 cop_fetch_label # U (Perl_cop_fetch_label)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5031004 | 2 cop_fetch_label # U (Perl_cop_fetch_label)
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | cop.h | 804 #define CopLABEL(c) Perl_cop_fetch_label(aTHX_ (c), NULL, NULL) 805 #define CopLABEL_len(c,len) Perl_cop_fetch_label(aTHX_ (c), len, NULL) 806 #define CopLABEL_len_flags(c,len,flags) Perl_cop_fetch_label(aTHX_ (c), len, flags)
|
| D | pp_ctl.c | 4107 if (Perl_cop_fetch_label(aTHX_ oldcurcop, NULL, NULL)) { in S_doeval_compile() 4114 assert(Perl_cop_fetch_label(aTHX_ &PL_compiling, NULL, NULL) == NULL); in S_doeval_compile()
|
| D | hv.c | 4060 Perl_cop_fetch_label(pTHX_ COP *const cop, STRLEN *len, U32 *flags) { in Perl_cop_fetch_label() function
|
| D | embed.h | 178 # define cop_fetch_label(a,b,c) Perl_cop_fetch_label(aTHX_ a,b,c)
|
| D | proto.h | 585 Perl_cop_fetch_label(pTHX_ COP * const cop, STRLEN *len, U32 *flags);
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 3772 label = Perl_cop_fetch_label(aTHX_ cop, &len, &utf8); 3778 label = Perl_cop_fetch_label(aTHX_ cop, &len, &utf8);
|