Home
last modified time | relevance | path

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

/dports/lang/perl5.32/perl-5.32.1/
H A Dembedvar.h385 #define PL_check (my_vars->Gcheck)
386 #define PL_Gcheck (my_vars->Gcheck)
H A Dutil.c4666 const IV ncheck = C_ARRAY_LENGTH(Gcheck);
4695 plvarsp->Gcheck =
4698 if (!plvarsp->Gcheck)
4701 Copy(Gcheck, plvarsp->Gcheck, ncheck, Perl_check_t);
4733 free(plvarsp->Gcheck);
H A Dopcode.h1385 static const Perl_check_t Gcheck[] variable
/dports/lang/perl5.30/perl-5.30.3/
H A Dembedvar.h388 #define PL_check (my_vars->Gcheck)
389 #define PL_Gcheck (my_vars->Gcheck)
H A Dutil.c4615 const IV ncheck = C_ARRAY_LENGTH(Gcheck);
4644 plvarsp->Gcheck =
4647 if (!plvarsp->Gcheck)
4650 Copy(Gcheck, plvarsp->Gcheck, ncheck, Perl_check_t);
4682 free(plvarsp->Gcheck);
H A Dopcode.h1376 static const Perl_check_t Gcheck[] variable