Lines Matching refs:start_code
1797 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */
2429 const pcre_uchar *scode = cd->start_code + GET(code, 1);
2441 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
4033 if (cd->start_code + offset == ptr + 1) break;
4042 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);
5716 if (offset == previous + 1 - cd->start_code)
7481 called = cd->start_code;
7494 called = PRIV(find_bracket)(cd->start_code, utf, recno);
7510 called = cd->start_code + recno;
7517 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
7542 PUT(code, 1, (int)(called - cd->start_code));
7594 If the code pointer is not (cd->start_code + 1 + LINK_SIZE), we are
7610 if (code == cd->start_code + 1 + LINK_SIZE &&
9295 cd->start_code = cworkspace;
9391 cd->start_code = codestart;