Searched refs:CvCONST (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcv.h148 #define CvCONST(cv) (CvFLAGS(cv) & CVf_CONST) macro
H A Dop.c3974 if (CvCONST(cv)) {
4029 if (!cv || !CvCONST(cv))
4066 if (CvCONST(cv)) {
4202 || (CvCONST(cv)
4209 CvCONST(cv) ? "Constant subroutine %s redefined"
4221 assert(!CvROOT(cv) && !CvCONST(cv));
4355 assert(!CvCONST(cv));
4521 CvCONST(cv) ? "Constant subroutine %s redefined"
H A Dpad.c1437 if (CvCONST(cv)) {
H A Ddump.c1026 if (CvCONST(sv)) sv_catpv(d, "CONST,");
H A Dsv.c3892 || (CvCONST(cv)
3893 && (!CvCONST((CV*)sref)
3898 CvCONST(cv)
10125 if (CvCONST(sstr)) {

Completed in 283 milliseconds