Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregexp.h823 regmatch_info_aux *info_aux; /* extra fields that need cleanup */ member
897 regmatch_info_aux info_aux; member
Dregexec.c1004 reginfo->info_aux = NULL; in Perl_re_intuit_start()
3880 reginfo->info_aux = &(PL_regmatch_state->u.info_aux); in Perl_regexec_flags()
3883 reginfo->info_aux->info_aux_eval = in Perl_regexec_flags()
3893 reginfo->info_aux->old_regmatch_state = old_regmatch_state; in Perl_regexec_flags()
3894 reginfo->info_aux->old_regmatch_slab = old_regmatch_slab; in Perl_regexec_flags()
3895 reginfo->info_aux->poscache = NULL; in Perl_regexec_flags()
3897 SAVEDESTRUCTOR_X(S_cleanup_regmatch_info_aux, reginfo->info_aux); in Perl_regexec_flags()
3902 reginfo->info_aux_eval = reginfo->info_aux->info_aux_eval = NULL; in Perl_regexec_flags()
6236 reginfo->info_aux->poscache[ST.cache_offset] |= ST.cache_mask; \
8948 regmatch_info_aux *const aux = reginfo->info_aux; in S_regmatch()
[all …]