Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c182 case OP_DEF: in find_minlength()
822 case OP_DEF: in set_start_bits()
Dpcre_compile.c1674 case OP_DEF: in first_significant_code()
1809 case OP_DEF: in find_fixedlength()
5879 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()
6818 code[1+LINK_SIZE] = OP_DEF; in compile_branch()
7546 if (code[LINK_SIZE+1] == OP_DEF) in compile_branch()
7553 bravalue = OP_DEF; /* Just a flag to suppress char handling below */ in compile_branch()
7606 if (bravalue == OP_DEF) break; in compile_branch()
8499 case OP_DEF: in is_startline()
Dpcre_printint.c459 case OP_DEF: in pcre_printint()
Dpcre_internal.h2093 OP_DEF, /* 145 The DEFINE condition */ enumerator
DHACKING502 just the single unit OP_DEF is used (it has no associated data). Otherwise, a
Dpcre_dfa_exec.c2741 if (condcode == OP_DEF) in internal_dfa_exec()
Dpcre_exec.c1390 case OP_DEF: /* DEFINE - always false */ in match()
Dpcre_jit_compile.c666 case OP_DEF: in next_opcode()
6978 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF) in compile_bracket_matchingpath()