Lines Matching defs:ce
101 pcre_uchar *cs, *ce;
393 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
395 do ce += GET(ce, 1); while (*ce == OP_ALT);
396 if (cc > cs && cc < ce)
418 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
420 do ce += GET(ce, 1); while (*ce == OP_ALT);
421 if (cc > cs && cc < ce)
475 cs = ce = (pcre_uchar *)startcode + GET(cc, 1);
476 do ce += GET(ce, 1); while (*ce == OP_ALT);
477 if ((cc > cs && cc < ce) || recurse_depth > 10)