Home | History | Annotate | Download | only in pcre

Lines Matching full:top_bracket

7120 re->top_bracket = cd->bracount;
7156 if (errorcode == 0 && re->top_backref > re->top_bracket) errorcode = ERR15;
7260 printf("Length = %d top_bracket = %d top_backref = %d\n",
7261 length, re->top_bracket, re->top_backref);