Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregexec.c216 #define SLAB_LAST(s) (&(s)->states[PERL_REGMATCH_SLAB_SLOTS-1]) macro
3886 if (++PL_regmatch_state > SLAB_LAST(PL_regmatch_slab)) in Perl_regexec_flags()
10031 cur = SLAB_LAST(slab); in S_regmatch()
10050 if (newst > SLAB_LAST(PL_regmatch_slab)) in S_regmatch()
10083 st = SLAB_LAST(PL_regmatch_slab); in S_regmatch()
10096 || yes_state > SLAB_LAST(PL_regmatch_slab)) in S_regmatch()
10101 st = SLAB_LAST(PL_regmatch_slab); in S_regmatch()
10159 st = SLAB_LAST(PL_regmatch_slab); in S_regmatch()