Searched refs:OP_SCBRAPOS (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;
133 case OP_SCBRAPOS:
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
969 case OP_SCBRAPOS:
H A Dpcre_printint.c394 case OP_SCBRAPOS:
H A Dpcre_compile.c2031 case OP_SCBRAPOS:
2108 c == OP_CBRAPOS || c == OP_SCBRAPOS)
2500 c == OP_SCBRA || c == OP_SCBRAPOS)
8322 e.g. OP_SCBRAPOS, happens later, after the group has been compiled. */
8635 op == OP_SCBRA || op == OP_SCBRAPOS)
8754 op == OP_SCBRA || op == OP_SCBRAPOS)
8838 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0;
8853 case OP_SCBRAPOS:
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)
2873 case OP_SCBRAPOS:
H A Dpcre_exec.c1125 case OP_SCBRAPOS:
1904 if (op == OP_CBRAPOS || op == OP_SCBRAPOS) goto POSSESSIVE_CAPTURE;
1949 *prev == OP_CBRAPOS || *prev == OP_SCBRAPOS)

Completed in 166 milliseconds