Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_internal.h232 #define RExC_in_lookaround (pRExC_state->in_lookaround) macro
H A Dregcomp.c1529 RExC_in_lookaround = 0; in Perl_re_op_compile()
2824 RExC_in_lookaround++; in S_reg_la_NOTHING()
2874 RExC_in_lookaround++; in S_reg_la_OPFAIL()
2953 I32 was_in_lookaround = RExC_in_lookaround; in S_reg()
3275 RExC_in_lookaround++; in S_reg()
4372 RExC_in_lookaround = was_in_lookaround; in S_reg()
5596 if (!RExC_in_lookaround) { in S_regatom()