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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_printint.c785 case OP_CRPOSRANGE:
791 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+");
H A Dpcre_study.c365 case OP_CRPOSRANGE:
491 case OP_CRPOSRANGE:
1406 case OP_CRPOSRANGE:
H A Dpcre_compile.c872 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
1957 case OP_CRPOSRANGE:
2582 case OP_CRPOSRANGE:
3093 case OP_CRPOSRANGE:
3768 *repeat_opcode = OP_CRPOSRANGE;
6535 case OP_CRRANGE: *tempcode = OP_CRPOSRANGE; break;
H A Dpcre_dfa_exec.c2621 case OP_CRPOSRANGE:
2628 if (*ecode == OP_CRPOSRANGE)
H A Dpcre_exec.c2905 case OP_CRPOSRANGE:
2907 possessive = (*ecode == OP_CRPOSRANGE);
3132 case OP_CRPOSRANGE:
3134 possessive = (*ecode == OP_CRPOSRANGE);

Completed in 66 milliseconds