Home
last modified time | relevance | path

Searched refs:OP_NOTSTAR (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c468 case OP_NOTSTAR: in find_minlength()
815 case OP_NOTSTAR: in set_start_bits()
H A Dpcre_printint.src366 case OP_NOTSTAR:
H A Dpcre_compile.c1994 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()
H A Dpcre_internal.h1968 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
H A DHACKING294 Another set of 13 repeating opcodes (called OP_NOTSTAR etc.) are used for
H A Dpcre_exec.c3665 case OP_NOTSTAR: in match()
3677 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()

Completed in 72 milliseconds