Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c181 case OP_DEF: in find_minlength()
780 case OP_DEF: in set_start_bits()
H A Dpcre_compile.c1696 case OP_DEF: in first_significant_code()
1832 case OP_DEF: in find_fixedlength()
5109 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
5932 code[1+LINK_SIZE] = OP_DEF; in compile_branch()
6598 if (code[LINK_SIZE+1] == OP_DEF) in compile_branch()
6605 bravalue = OP_DEF; /* Just a flag to suppress char handling below */ in compile_branch()
6658 if (bravalue == OP_DEF) break; in compile_branch()
7546 case OP_DEF: in is_startline()
H A Dpcre_printint.src294 case OP_DEF:
H A Dpcre_internal.h2089 OP_DEF, /* 139 The DEFINE condition */ enumerator
H A DHACKING447 OP_DEF is used (it has no associated data). Otherwise, a conditional subpattern
H A Dpcre_exec.c1443 else if (condcode == OP_DEF) /* DEFINE - always false */ in match()

Completed in 59 milliseconds