Home | History | Annotate | Download | only in src

Lines Matching refs:OP_STAR

1234     case OP_STAR:
1675 case OP_STAR:
2562 case OP_STAR:
5194 case OP_CHAR: op_type = OP_STAR - OP_STAR; break;
5195 case OP_CHARI: op_type = OP_STARI - OP_STAR; break;
5196 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break;
5197 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break;
5242 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */
5277 if (repeat_max == -1) *code++ = OP_STAR + repeat_type;
5340 if (repeat_max < 0) *code++ = OP_STAR + repeat_type; else