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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_printint.c512 case OP_EXACT:
519 if (*code != OP_EXACT && *code != OP_EXACTI) fprintf(f, "0,");
H A Dpcre_study.c248 case OP_EXACT:
1075 case OP_EXACT:
H A Dpcre_compile.c1879 case OP_EXACT:
2167 case OP_EXACT:
2312 case OP_EXACT:
2631 case OP_EXACT:
2942 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
2945 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && c != OP_POSPLUS);
3175 an OP_EXACT, but it is probably not worth it. (And note that OP_EXACT
3838 case OP_EXACT:
5884 *code++ = OP_EXACT
[all...]
H A Dpcre_dfa_exec.c2451 case OP_EXACT:
H A Dpcre_exec.c3321 case OP_EXACT:

Completed in 73 milliseconds