Lines Matching refs:start_code
1779 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */
2380 const pcre_uchar *scode = cd->start_code + GET(code, 1);
2392 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
3976 if (cd->start_code + offset == ptr + 1)
3989 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);
5618 if (offset == previous + 1 - cd->start_code)
7295 called = cd->start_code;
7308 called = PRIV(find_bracket)(cd->start_code, utf, recno);
7324 called = cd->start_code + recno;
7331 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
7356 PUT(code, 1, (int)(called - cd->start_code));
7408 If the code pointer is not (cd->start_code + 1 + LINK_SIZE), we are
7424 if (code == cd->start_code + 1 + LINK_SIZE &&
9086 cd->start_code = cworkspace;
9188 cd->start_code = codestart;