Home | History | Annotate | Download | only in src

Lines Matching refs:OP_SOD

1052     case OP_SOD:
7904 alternative branch. If they all start with OP_SOD or OP_CIRC, or with a bracket
7905 all of whose alternatives start with OP_SOD or OP_CIRC (recurse ad lib), then
7906 it's anchored. However, if this is a multiline pattern, then only OP_SOD will
7997 else if (op != OP_SOD && op != OP_SOM && op != OP_CIRC) return FALSE;