Home | History | Annotate | Download | only in src

Lines Matching refs:OP_ONCE

949     case OP_ONCE:
1504 c == OP_ONCE || c == OP_ONCE_NC ||
5172 *previous = OP_ONCE;
5436 if (*previous < OP_ONCE) /* Assertion */
5657 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) &&
5663 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC)
5763 case. For anything else, we wrap the entire repeated item inside OP_ONCE
5849 tempcode[0] = OP_ONCE;
6515 bravalue = OP_ONCE;
7056 generate OP_ONCE_NC instead of OP_ONCE. */
7058 if (bravalue == OP_ONCE && cb->bracount <= tempbracount)
7166 if (bravalue >= OP_ONCE)
7833 *start_bracket = OP_ONCE;
7976 else if (op == OP_ONCE || op == OP_ONCE_NC)
8100 else if (op == OP_ONCE || op == OP_ONCE_NC)
8120 in particular that this includes atomic brackets OP_ONCE and OP_ONCE_NC
8185 case OP_ONCE: