Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dreginline.h21 offset = (REGNODE_OFF_BY_ARG(OP(p)) ? ARG1u(p) : NEXT_OFF(p)); in Perl_regnext()
H A Dregcomp_study.c48 const int max = (REGNODE_OFF_BY_ARG(OP(node)) in S_rck_elide_nothing()
52 int off = (REGNODE_OFF_BY_ARG(OP(node)) ? ARG1u(node) : NEXT_OFF(node)); in S_rck_elide_nothing()
67 if (REGNODE_OFF_BY_ARG(OP(node))) in S_rck_elide_nothing()
1330 if (REGNODE_OFF_BY_ARG(OP(n))) { in Perl_join_exact()
2803 if (REGNODE_OFF_BY_ARG(OP(nxt1))) in Perl_study_chunk()
H A Dregcomp.h1545 #define REGNODE_OFF_BY_ARG(node) (PL_regnode_info[(node)].off_by_arg) macro
H A Dregcomp.c12884 if (REGNODE_OFF_BY_ARG(OP(REGNODE_p(scan)))) { in S_regtail()
12983 if (REGNODE_OFF_BY_ARG(OP(REGNODE_p(scan)))) { in S_regtail_study()