Searched refs:first_next (Results 1 – 1 of 1) sorted by relevance
1928 regnode *first_next= regnext(first); in Perl_re_op_compile() local1960 (OP(first) == BRANCH && OP(first_next) != BRANCH) || in Perl_re_op_compile()1963 (OP(first) == NOTHING && REGNODE_TYPE(OP(first_next)) != END) in Perl_re_op_compile()1969 first_next= regnext(first); in Perl_re_op_compile()