Searched refs:OP_STAR (Results 1 – 7 of 7) sorted by relevance
401 case OP_STAR: in find_minlength()714 case OP_STAR: in set_start_bits()
1782 case OP_STAR: in _pcre_find_bracket()1888 case OP_STAR: in find_recurse()2122 case OP_STAR: in could_be_empty_branch()4215 op_type = OP_NOTSTAR - OP_STAR; /* Use "not" opcodes */ in compile_branch()4238 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()4284 if (repeat_max == -1) *code++ = OP_STAR + repeat_type; in compile_branch()4343 *code++ = OP_STAR + repeat_type; in compile_branch()4763 case OP_STAR: *tempcode = OP_POSSTAR; break; in compile_branch()
186 OP_STAR266 negated, single-character class. The normal ones (OP_STAR etc.) are used for a
298 case OP_STAR:
1323 OP_STAR, /* 31 The maximizing and minimizing versions of */ enumerator
2227 case OP_STAR: in internal_dfa_exec()
2828 case OP_STAR: in match()2834 c = *ecode++ - OP_STAR; in match()