Home
last modified time | relevance | path

Searched refs:CvLVALUE_on (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dcv.h173 #define CvLVALUE_on(cv) (CvFLAGS(cv) |= CVf_LVALUE) macro
H A Dgv.c686 CvLVALUE_on(cv); in S_maybe_add_coresub()
H A Dtoke.c12853 CvLVALUE_on(cv); in S_apply_builtin_cv_attribute()
H A Dop.c7631 CvLVALUE_on(PL_compcv); in Perl_pmruntime()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000112 CvLVALUE_on # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs4332 CvLVALUE_on(cv);