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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1759 OP_BRA (normal non-capturing bracket) because the other variants of these
1764 case OP_BRA:
2509 if (c == OP_BRA || c == OP_BRAPOS ||
3207 case OP_BRA:
3227 if (*next_code != OP_BRA && *next_code != OP_CBRA
3233 OP_BRA/OP_CBRA case above. */
6099 *previous++ = OP_BRA;
6231 *code++ = OP_BRA;
6285 convert the initial operator to the S form (e.g. OP_BRA -> OP_SBRA) so
6310 possessive_quantifier) *bracode = OP_BRA;
[all...]
H A Dpcre_study.c130 case OP_BRA:
962 case OP_BRA:
H A Dpcre_printint.c400 case OP_BRA:
H A Dpcre_dfa_exec.c824 case OP_BRA:
H A Dpcre_exec.c1057 case OP_BRA:

Completed in 63 milliseconds