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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c193 case OP_CIRC:
858 case OP_CIRC:
H A Dpcre_compile.c1837 case OP_CIRC:
4806 else *code++ = OP_CIRC;
8579 alternative branch. If they all start with OP_SOD or OP_CIRC, or with a bracket
8580 all of whose alternatives start with OP_SOD or OP_CIRC (recurse ad lib), then
8671 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE;
8793 else if (op != OP_CIRC && op != OP_CIRCM) return FALSE;
H A Dpcre_dfa_exec.c863 case OP_CIRC:
H A Dpcre_exec.c2078 case OP_CIRC:

Completed in 162 milliseconds