Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregexec.c215 #define SLAB_FIRST(s) (&(s)->states[0]) macro
3872 PL_regmatch_state = SLAB_FIRST(PL_regmatch_slab); in Perl_regexec_flags()
4470 return SLAB_FIRST(s); in S_push_slab()
10029 if (cur < SLAB_FIRST(slab)) { in S_regmatch()
10081 if (st < SLAB_FIRST(PL_regmatch_slab)) { in S_regmatch()
10095 while (yes_state < SLAB_FIRST(PL_regmatch_slab) in S_regmatch()
10099 depth -= (st - SLAB_FIRST(PL_regmatch_slab) + 1); in S_regmatch()
10157 if (st < SLAB_FIRST(PL_regmatch_slab)) { in S_regmatch()