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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c98 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE;
132 case OP_CBRAPOS:
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
968 case OP_CBRAPOS:
H A Dpcre_printint.c392 case OP_CBRAPOS:
H A Dpcre_compile.c1975 case OP_CBRAPOS:
2108 c == OP_CBRAPOS || c == OP_SCBRAPOS)
2510 c == OP_CBRA || c == OP_CBRAPOS ||
8634 else if (op == OP_CBRA || op == OP_CBRAPOS ||
8753 else if (op == OP_CBRA || op == OP_CBRAPOS ||
8838 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0;
8852 case OP_CBRAPOS:
H A Dpcre_dfa_exec.c458 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS)
557 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS)
2872 case OP_CBRAPOS:
H A Dpcre_exec.c1124 case OP_CBRAPOS:
1904 if (op == OP_CBRAPOS || op == OP_SCBRAPOS) goto POSSESSIVE_CAPTURE;
1949 *prev == OP_CBRAPOS || *prev == OP_SCBRAPOS)

Completed in 117 milliseconds