• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/pcre/

Lines Matching refs:tcode

833   const pcre_uchar *tcode = code + 1 + LINK_SIZE;
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
842 switch(*tcode)
931 if (tcode[1] != PT_CLIST) return SSB_FAIL;
933 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2];
954 tcode++;
973 rc = set_start_bits(tcode, start_bits, utf, cd);
977 do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
978 tcode += 1 + LINK_SIZE;
1003 tcode += 2 + 2*LINK_SIZE;
1011 do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
1012 tcode += 1 + LINK_SIZE;
1020 rc = set_start_bits(++tcode, start_bits, utf, cd);
1027 do tcode += GET(tcode,1); while (*tcode == OP_ALT);
1028 tcode += 1 + LINK_SIZE;
1034 tcode++;
1035 do tcode += GET(tcode,1); while (*tcode == OP_ALT);
1036 tcode += 1 + LINK_SIZE;
1047 tcode = set_table_bit(start_bits, tcode + 1, FALSE, cd, utf);
1056 tcode = set_table_bit(start_bits, tcode + 1, TRUE, cd, utf);
1064 tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, FALSE, cd, utf);
1070 tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, TRUE, cd, utf);
1076 tcode += IMM2_SIZE;
1082 (void)set_table_bit(start_bits, tcode + 1, FALSE, cd, utf);
1087 tcode += IMM2_SIZE;
1093 (void)set_table_bit(start_bits, tcode + 1, TRUE, cd, utf);
1205 tcode++;
1209 tcode += 1 + IMM2_SIZE;
1218 tcode += IMM2_SIZE; /* Fall through */
1226 switch(tcode[1])
1307 tcode += 2;
1318 if ((tcode[1 + LINK_SIZE] & XCL_HASPROP) != 0)
1321 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0)
1344 if (*tcode == OP_XCLASS)
1346 if ((tcode[1 + LINK_SIZE] & XCL_MAP) != 0)
1347 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1);
1348 tcode += GET(tcode, 1);
1353 tcode++;
1354 map = (pcre_uint8 *)tcode;
1355 tcode += 32 / sizeof(pcre_uchar);
1393 switch (*tcode)
1401 tcode++;
1407 if (GET2(tcode, 1) == 0) tcode += 1 + 2 * IMM2_SIZE;