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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1765 case OP_ONCE:
2511 c == OP_ONCE || c == OP_ONCE_NC ||
3193 case OP_ONCE:
3205 case OP_ONCE:
3228 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE;
5744 *previous = OP_ONCE;
6031 if (*previous < OP_ONCE) /* Assertion */
6309 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) &&
6315 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC)
6408 case. For anything else, we wrap the entire repeated item inside OP_ONCE
[all...]
H A Dpcre_study.c136 case OP_ONCE:
970 case OP_ONCE:
H A Dpcre_printint.c413 case OP_ONCE:
H A Dpcre_exec.c1056 case OP_ONCE:
1063 if (op >= OP_SBRA || op == OP_ONCE)
1099 if (*scode != OP_ONCE) /* If not at start, find it */
1919 if (*prev >= OP_SBRA || *prev == OP_ONCE)
2018 original OP_ONCE level, thereby bypassing intermediate backup points, but
2023 if (*prev == OP_ONCE)
2044 if (*prev == OP_ONCE)
2064 if (*prev == OP_ONCE)
H A Dpcre_dfa_exec.c2961 case OP_ONCE:

Completed in 77 milliseconds