GET2             1461 srclib/pcre/pcre.c     branchlength += GET2(cc,1);
GET2             1472 srclib/pcre/pcre.c     branchlength += GET2(cc,1);
GET2             1521 srclib/pcre/pcre.c       if (GET2(cc,1) != GET2(cc,3)) return -1;
GET2             1522 srclib/pcre/pcre.c       branchlength += GET2(cc,1);
GET2             1572 srclib/pcre/pcre.c     if (n > EXTRACT_BASIC_MAX) n = GET2(code, 2+LINK_SIZE);
GET2             1773 srclib/pcre/pcre.c       if (GET2(ccode, 1) > 0) return FALSE;  /* Minimum > 0 */
GET2             3496 srclib/pcre/pcre.c           recno = GET2(slot, 0);
GET2             4193 srclib/pcre/pcre.c      if (op > EXTRACT_BASIC_MAX) op = GET2(scode, 2+LINK_SIZE);
GET2             4263 srclib/pcre/pcre.c      if (op > EXTRACT_BASIC_MAX) op = GET2(scode, 2+LINK_SIZE);
GET2             6172 srclib/pcre/pcre.c       number = GET2(ecode, 2+LINK_SIZE);
GET2             6240 srclib/pcre/pcre.c       offset = GET2(ecode, LINK_SIZE+2) << 1;  /* Doubled ref number */
GET2             6450 srclib/pcre/pcre.c         new_recursive.group_num = GET2(callpat, 2+LINK_SIZE);
GET2             6655 srclib/pcre/pcre.c         if (number > EXTRACT_BASIC_MAX) number = GET2(prev, 2+LINK_SIZE);
GET2             7017 srclib/pcre/pcre.c       offset = GET2(ecode, 1) << 1;               /* Doubled ref number */
GET2             7049 srclib/pcre/pcre.c         min = GET2(ecode, 1);
GET2             7050 srclib/pcre/pcre.c         max = GET2(ecode, 3);
GET2             7154 srclib/pcre/pcre.c         min = GET2(ecode, 1);
GET2             7155 srclib/pcre/pcre.c         max = GET2(ecode, 3);
GET2             7328 srclib/pcre/pcre.c         min = GET2(ecode, 1);
GET2             7329 srclib/pcre/pcre.c         max = GET2(ecode, 3);
GET2             7477 srclib/pcre/pcre.c     min = max = GET2(ecode, 1);
GET2             7484 srclib/pcre/pcre.c     max = GET2(ecode, 1);
GET2             7716 srclib/pcre/pcre.c     min = max = GET2(ecode, 1);
GET2             7723 srclib/pcre/pcre.c     max = GET2(ecode, 1);
GET2             7978 srclib/pcre/pcre.c     min = max = GET2(ecode, 1);
GET2             7986 srclib/pcre/pcre.c     max = GET2(ecode, 1);
GET2             1065 srclib/pcre/pcretest.c             GET2(nametable, 0));
GET2              234 srclib/pcre/printint.c     printf("%3d %s", GET2(code, 1), OP_names[*code]);
GET2              238 srclib/pcre/printint.c     if (GET2(code, 1) == CREF_RECURSE)
GET2              241 srclib/pcre/printint.c       fprintf(f, "%3d %s", GET2(code,1), OP_names[*code]);
GET2              279 srclib/pcre/printint.c     fprintf(f, "%d}", GET2(code,1));
GET2              296 srclib/pcre/printint.c     fprintf(f, "%d}", GET2(code,1));
GET2              322 srclib/pcre/printint.c     fprintf(f, "%d}", GET2(code,1));
GET2              331 srclib/pcre/printint.c     fprintf(f, "    \\%d", GET2(code,1));
GET2              448 srclib/pcre/printint.c         min = GET2(ccode,1);
GET2              449 srclib/pcre/printint.c         max = GET2(ccode,3);