Home | History | Annotate | Download | only in dist

Lines Matching refs:start_code

1775     cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1);  /* Start subpattern */
2376 const pcre_uchar *scode = cd->start_code + GET(code, 1);
2388 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
3972 if (cd->start_code + offset == ptr + 1)
3985 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);
5614 if (offset == previous + 1 - cd->start_code)
7291 called = cd->start_code;
7304 called = PRIV(find_bracket)(cd->start_code, utf, recno);
7320 called = cd->start_code + recno;
7327 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
7352 PUT(code, 1, (int)(called - cd->start_code));
7404 If the code pointer is not (cd->start_code + 1 + LINK_SIZE), we are
7420 if (code == cd->start_code + 1 + LINK_SIZE &&
9082 cd->start_code = cworkspace;
9184 cd->start_code = codestart;