Home
last modified time | relevance | path

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/
D50310042 cop_fetch_label # U (Perl_cop_fetch_label)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50310042 cop_fetch_label # U (Perl_cop_fetch_label)
/openbsd/src/gnu/usr.bin/perl/
Dcop.h804 #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)
Dpp_ctl.c4107 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()
Dhv.c4060 Perl_cop_fetch_label(pTHX_ COP *const cop, STRLEN *len, U32 *flags) { in Perl_cop_fetch_label() function
Dembed.h178 # define cop_fetch_label(a,b,c) Perl_cop_fetch_label(aTHX_ a,b,c)
Dproto.h585 Perl_cop_fetch_label(pTHX_ COP * const cop, STRLEN *len, U32 *flags);
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs3772 label = Perl_cop_fetch_label(aTHX_ cop, &len, &utf8);
3778 label = Perl_cop_fetch_label(aTHX_ cop, &len, &utf8);