Searched refs:tabopt (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_compile.c4399 int posix_class, taboffset, tabopt; local
4511 tabopt = posix_class_maps[posix_class + 2];
4515 if (tabopt >= 0)
4524 if (tabopt < 0) tabopt = -tabopt;
4525 if (tabopt == 1) pbits[1] &= ~0x3c;
4526 else if (tabopt == 2) pbits[11] &= 0x7f;

Completed in 51 milliseconds