Home | History | Annotate | Download | only in src

Lines Matching defs:ce

935   PCRE2_UCHAR *ce, *cs;
991 cs = ce = (PCRE2_UCHAR *)cb->start_code + GET(cc, 1); /* Start subpattern */
992 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */
993 if (cc > cs && cc < ce) goto ISNOTFIXED; /* Recursion */