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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1868 case OP_NOTI:
2166 case OP_NOTI:
2311 case OP_NOTI:
2614 case OP_NOTI:
2962 list[0] = OP_NOTI;
3003 case OP_NOTI:
3829 case OP_NOTI:
5478 a special OP_NOTPROP item instead of OP_NOTI. */
5493 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT;
5771 || *previous == OP_NOT || *previous == OP_NOTI)
[all...]
H A Dpcre_study.c218 case OP_NOTI:
880 case OP_NOTI:
H A Dpcre_printint.c542 case OP_NOTI:
H A Dpcre_dfa_exec.c2287 case OP_NOTI:
H A Dpcre_exec.c3661 case OP_NOTI:
3699 if (ch == c || (op == OP_NOTI && TABLE_GET(ch, md->fcc, ch) == c))

Completed in 89 milliseconds