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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c189 case OP_SOD:
919 case OP_SOD:
H A Dpcre_dfa_exec.c886 case OP_SOD:
H A Dpcre_compile.c1856 case OP_SOD:
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
8581 it's anchored. However, if this is a multiline pattern, then only OP_SOD will
8671 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE;
H A Dpcre_exec.c2083 case OP_SOD:

Completed in 124 milliseconds