taboffset        4974 ext/pcre/pcrelib/pcre_compile.c         int posix_class, taboffset, tabopt;
taboffset        5086 ext/pcre/pcrelib/pcre_compile.c         taboffset = posix_class_maps[posix_class + 1];
taboffset        5089 ext/pcre/pcrelib/pcre_compile.c         if (taboffset >= 0)
taboffset        5092 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
taboffset        5094 ext/pcre/pcrelib/pcre_compile.c             for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];