Home | History | Annotate | Download | only in dist

Lines Matching refs:tables

42 character tables for PCRE. The tables are built according to the current
65 const unsigned char *tables;
84 tables = pcre_maketables();
85 base_of_tables = tables;
102 "program. It contains character tables that are used when no external\n"
103 "tables are passed to PCRE by the application that calls it. The tables\n"
137 fprintf(f, "%3d", *tables++);
148 fprintf(f, "%3d", *tables++);
168 fprintf(f, "0x%02x", *tables++);
196 fprintf(f, "0x%02x", *tables++);