Home | History | Annotate | Download | only in pcre

Lines Matching refs:opType

573     int repeatType, opType;
1064 opType = 0; /* Default single-char op codes */
1126 opType = OP_NOTSTAR - OP_STAR; /* Use "not" opcodes */
1133 repeats by setting opType to add a suitable offset into repeatType. */
1136 opType = OP_TYPESTAR - OP_STAR; /* Use type opcodes */
1152 /* Combine the opType with the repeatType */
1154 repeatType += opType;
1191 *code++ = OP_EXACT + opType; /* NB EXACT doesn't have repeatType */