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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c131 case OP_SBRA:
963 case OP_SBRA:
H A Dpcre_printint.c402 case OP_SBRA:
H A Dpcre_exec.c982 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1058 case OP_SBRA:
1063 if (op >= OP_SBRA || op == OP_ONCE)
1164 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1231 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP;
1802 cbegroup = (*callpat >= OP_SBRA);
1919 if (*prev >= OP_SBRA || *prev == OP_ONCE)
2051 if (*prev >= OP_SBRA) /* Could match an empty string */
H A Dpcre_compile.c2028 case OP_SBRA:
2499 if (c == OP_SBRA || c == OP_SBRAPOS ||
6285 convert the initial operator to the S form (e.g. OP_BRA -> OP_SBRA) so
6332 *bracode += OP_SBRA - OP_BRA;
8627 op == OP_SBRA || op == OP_SBRAPOS)
8746 op == OP_SBRA || op == OP_SBRAPOS)
H A Dpcre_dfa_exec.c825 case OP_SBRA:

Completed in 93 milliseconds