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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c553 case OP_NOTSTARI:
903 case OP_NOTSTARI:
H A Dpcre_compile.c2009 case OP_NOTSTARI:
2186 case OP_NOTSTARI:
2331 case OP_NOTSTARI:
2681 case OP_NOTSTARI:
2804 (c >= OP_NOTSTARI)? OP_NOTSTARI :
2961 case OP_NOTSTARI:
3869 case OP_NOTSTARI:
5779 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break;
6522 case OP_NOTSTARI
[all...]
H A Dpcre_printint.c551 case OP_NOTSTARI:
H A Dpcre_exec.c3761 case OP_NOTSTARI:
3772 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR);
3794 if (op >= OP_NOTSTARI) /* Caseless */
H A Dpcre_dfa_exec.c2404 case OP_NOTSTARI:

Completed in 167 milliseconds