Home
last modified time | relevance | path

Searched refs:regmatch_slab (Results 1 – 16 of 16) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dregexp.h642 struct regmatch_slab;
672 struct regmatch_slab *old_regmatch_slab; /* saved PL_regmatch_slab */
926 typedef struct regmatch_slab { struct
928 struct regmatch_slab *prev, *next; argument
929 } regmatch_slab; typedef
H A Dintrpvar.h181 PERLVARI(I, regmatch_slab, regmatch_slab *, NULL)
H A Dregexec.c3715 regmatch_slab *old_regmatch_slab; in Perl_regexec_flags()
3720 Newx(PL_regmatch_slab, 1, regmatch_slab); in Perl_regexec_flags()
4306 regmatch_slab *s = PL_regmatch_slab->next; in S_push_slab()
4308 Newx(s, 1, regmatch_slab); in S_push_slab()
9692 regmatch_slab *slab = PL_regmatch_slab; in S_regmatch()
10928 regmatch_slab *s; in S_cleanup_regmatch_info_aux()
10970 regmatch_slab * const osl = s; in S_cleanup_regmatch_info_aux()
H A Dperl.c1491 regmatch_slab *s = PL_regmatch_slab; in perl_destruct()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregexp.h642 struct regmatch_slab;
672 struct regmatch_slab *old_regmatch_slab; /* saved PL_regmatch_slab */
926 typedef struct regmatch_slab { struct
928 struct regmatch_slab *prev, *next; argument
929 } regmatch_slab; typedef
H A Dintrpvar.h181 PERLVARI(I, regmatch_slab, regmatch_slab *, NULL)
H A Dregexec.c3729 regmatch_slab *old_regmatch_slab; in Perl_regexec_flags()
3734 Newx(PL_regmatch_slab, 1, regmatch_slab); in Perl_regexec_flags()
4320 regmatch_slab *s = PL_regmatch_slab->next; in S_push_slab()
4322 Newx(s, 1, regmatch_slab); in S_push_slab()
9705 regmatch_slab *slab = PL_regmatch_slab; in S_regmatch()
10948 regmatch_slab *s; in S_cleanup_regmatch_info_aux()
10990 regmatch_slab * const osl = s; in S_cleanup_regmatch_info_aux()
H A Dperl.c1478 regmatch_slab *s = PL_regmatch_slab; in perl_destruct()
/dports/lang/perl5.30/perl-5.30.3/
H A Dregexp.h645 struct regmatch_slab;
675 struct regmatch_slab *old_regmatch_slab; /* saved PL_regmatch_slab */
901 typedef struct regmatch_slab { struct
903 struct regmatch_slab *prev, *next; argument
904 } regmatch_slab; typedef
H A Dintrpvar.h144 PERLVARI(I, regmatch_slab, regmatch_slab *, NULL)
H A Dregexec.c3421 regmatch_slab *old_regmatch_slab; in Perl_regexec_flags()
3426 Newx(PL_regmatch_slab, 1, regmatch_slab); in Perl_regexec_flags()
4012 regmatch_slab *s = PL_regmatch_slab->next; in S_push_slab()
4014 Newx(s, 1, regmatch_slab); in S_push_slab()
9054 regmatch_slab *slab = PL_regmatch_slab; in S_regmatch()
10249 regmatch_slab *s; in S_cleanup_regmatch_info_aux()
10291 regmatch_slab * const osl = s; in S_cleanup_regmatch_info_aux()
H A Dperl.c1454 regmatch_slab *s = PL_regmatch_slab; in perl_destruct()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregexp.h643 struct regmatch_slab;
673 struct regmatch_slab *old_regmatch_slab; /* saved PL_regmatch_slab */
899 typedef struct regmatch_slab { struct
901 struct regmatch_slab *prev, *next; argument
902 } regmatch_slab; typedef
H A Dintrpvar.h168 PERLVARI(I, regmatch_slab, regmatch_slab *, NULL)
H A Dregexec.c3476 regmatch_slab *old_regmatch_slab; in Perl_regexec_flags()
3481 Newx(PL_regmatch_slab, 1, regmatch_slab); in Perl_regexec_flags()
4067 regmatch_slab *s = PL_regmatch_slab->next; in S_push_slab()
4069 Newx(s, 1, regmatch_slab); in S_push_slab()
9222 regmatch_slab *slab = PL_regmatch_slab; in S_regmatch()
10529 regmatch_slab *s; in S_cleanup_regmatch_info_aux()
10571 regmatch_slab * const osl = s; in S_cleanup_regmatch_info_aux()
H A Dperl.c1504 regmatch_slab *s = PL_regmatch_slab; in perl_destruct()