Lines Matching defs:cs
101 pcre_uchar *cs, *ce;
113 cs = cc + GET(cc, 1);
114 if (*cs != OP_ALT)
116 cc = cs + 1 + LINK_SIZE;
393 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
394 if (cs == NULL) return -2;
396 if (cc > cs && cc < ce)
404 int dd = find_minlength(re, cs, startcode, options, recurse_depth);
418 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
419 if (cs == NULL) return -2;
421 if (cc > cs && cc < ce)
428 d = find_minlength(re, cs, startcode, options, recurse_depth);
475 cs = ce = (pcre_uchar *)startcode + GET(cc, 1);
477 if ((cc > cs && cc < ce) || recurse_depth > 10)
481 branchlength += find_minlength(re, cs, startcode, options,