Searched refs:OP_NOTSTAR (Results 1 – 6 of 6) sorted by relevance
468 case OP_NOTSTAR: in find_minlength()815 case OP_NOTSTAR: in set_start_bits()
366 case OP_NOTSTAR:
1994 case OP_NOTSTAR: in find_fixedlength()2293 case OP_NOTSTAR: in find_recurse()4824 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()5537 case OP_NOTSTAR: *tempcode = OP_NOTPOSSTAR; break; in compile_branch()
1968 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
294 Another set of 13 repeating opcodes (called OP_NOTSTAR etc.) are used for
3665 case OP_NOTSTAR: in match()3677 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
Completed in 50 milliseconds