Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregcomp_internal.h236 #define RExC_sets_depth (pRExC_state->sets_depth) macro
Dregcomp.c1649 RExC_sets_depth = 0; in Perl_re_op_compile()
8632 RExC_sets_depth++; in S_handle_regex_sets()
8651 RExC_sets_depth--; in S_handle_regex_sets()
9039 if (RExC_sets_depth) { /* If within a recursive call, return in a special in S_handle_regex_sets()