Searched refs:OP_BRAZERO (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c204 case OP_BRAZERO:
1017 case OP_BRAZERO:
H A Dpcre_compile.c1974 case OP_BRAZERO:
2487 if (c == OP_BRAZERO || c == OP_BRAMINZERO || c == OP_SKIPZERO ||
3223 case OP_BRAZERO:
3998 optional (i.e. the minimum quantifier is zero), OP_BRAZERO or OP_SKIPZERO is
6038 OP_BRAZERO in front of it, and because the group appears once in the
6080 *previous++ = OP_BRAZERO + repeat_type;
6084 in a nested fashion, sticking OP_BRAZERO before each set of brackets.
6098 *previous++ = OP_BRAZERO + repeat_type;
6223 *code++ = OP_BRAZERO + repeat_type;
6294 the group is preceded by OP_BRAZERO, conver
[all...]
H A Dpcre_dfa_exec.c847 case OP_BRAZERO:
H A Dpcre_exec.c1400 if (*ecode == OP_BRAZERO) ecode++;
1876 case OP_BRAZERO:

Completed in 109 milliseconds