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