Lines Matching defs:tables
667 environment, the tables will only recognize ASCII characters anyway, but in at
668 least one Windows environment, some higher bytes bits were set in the tables.
1424 const pcre_uint8 *tables;
1468 /* Set the character tables in the block that is passed around */
1470 tables = re->tables;
1473 if (tables == NULL)
1475 (void *)(&tables));
1477 if (tables == NULL)
1479 (void *)(&tables));
1481 if (tables == NULL)
1483 (void *)(&tables));
1486 compile_block.lcc = tables + lcc_offset;
1487 compile_block.fcc = tables + fcc_offset;
1488 compile_block.cbits = tables + cbits_offset;
1489 compile_block.ctypes = tables + ctypes_offset;