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

/barrelfish-master/lib/pcre/
H A Dpcre_study.c97 if (*code == OP_CBRA || *code == OP_SCBRA ||
128 case OP_CBRA:
835 if (*code == OP_CBRA || *code == OP_SCBRA ||
964 case OP_CBRA:
H A Dpcre_compile.c1758 /* We only need to continue for OP_CBRA (normal capturing bracket) and
1763 case OP_CBRA:
1768 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd,
2107 else if (c == OP_CBRA || c == OP_SCBRA ||
2510 c == OP_CBRA || c == OP_CBRAPOS ||
3208 case OP_CBRA:
3227 if (*next_code != OP_BRA && *next_code != OP_CBRA
3233 OP_BRA/OP_CBRA case above. */
6720 bravalue = OP_CBRA;
8321 only OP_CBRA nee
[all...]
H A Dpcre_printint.c391 case OP_CBRA:
H A Dpcre_dfa_exec.c457 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA ||
556 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA ||
835 case OP_CBRA:
H A Dpcre_exec.c956 case OP_CBRA:
1948 if (*prev == OP_CBRA || *prev == OP_SCBRA ||

Completed in 110 milliseconds