Lines Matching refs:tcode

791   const pcre_uchar *tcode = code + 1 + LINK_SIZE;
794 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
800 switch(*tcode)
889 if (tcode[1] != PT_CLIST) return SSB_FAIL;
891 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2];
912 tcode++;
931 rc = set_start_bits(tcode, start_bits, utf, cd);
935 do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
936 tcode += 1 + LINK_SIZE;
961 tcode += 2 + 2*LINK_SIZE;
969 do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
970 tcode += 1 + LINK_SIZE;
978 rc = set_start_bits(++tcode, start_bits, utf, cd);
985 do tcode += GET(tcode,1); while (*tcode == OP_ALT);
986 tcode += 1 + LINK_SIZE;
992 tcode++;
993 do tcode += GET(tcode,1); while (*tcode == OP_ALT);
994 tcode += 1 + LINK_SIZE;
1005 tcode = set_table_bit(start_bits, tcode + 1, FALSE, cd, utf);
1014 tcode = set_table_bit(start_bits, tcode + 1, TRUE, cd, utf);
1022 tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, FALSE, cd, utf);
1028 tcode = set_table_bit(start_bits, tcode + 1 + IMM2_SIZE, TRUE, cd, utf);
1034 tcode += IMM2_SIZE;
1040 (void)set_table_bit(start_bits, tcode + 1, FALSE, cd, utf);
1045 tcode += IMM2_SIZE;
1051 (void)set_table_bit(start_bits, tcode + 1, TRUE, cd, utf);
1163 tcode++;
1167 tcode += 1 + IMM2_SIZE;
1176 tcode += IMM2_SIZE; /* Fall through */
1184 switch(tcode[1])
1265 tcode += 2;
1276 if ((tcode[1 + LINK_SIZE] & XCL_HASPROP) != 0)
1279 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0)
1302 if (*tcode == OP_XCLASS)
1304 if ((tcode[1 + LINK_SIZE] & XCL_MAP) != 0)
1305 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1);
1306 tcode += GET(tcode, 1);
1311 tcode++;
1312 map = (pcre_uint8 *)tcode;
1313 tcode += 32 / sizeof(pcre_uchar);
1351 switch (*tcode)
1359 tcode++;
1365 if (GET2(tcode, 1) == 0) tcode += 1 + 2 * IMM2_SIZE;