Home | History | Annotate | Download | only in dist

Lines Matching full:atend

1724   atend    TRUE if called when the pattern is complete
1731 or -3 if an OP_RECURSE item was encountered and atend is FALSE
1736 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd,
1765 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd,
1796 if (!atend) return -3;
1808 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse);