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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c182 case OP_DEF:
822 case OP_DEF:
H A Dpcre_printint.c459 case OP_DEF:
H A Dpcre_compile.c1678 case OP_DEF:
1813 case OP_DEF:
5883 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF)
6822 code[1+LINK_SIZE] = OP_DEF;
7550 if (code[LINK_SIZE+1] == OP_DEF)
7557 bravalue = OP_DEF; /* Just a flag to suppress char handling below */
7610 if (bravalue == OP_DEF) break;
8503 case OP_DEF:
H A Dpcre_dfa_exec.c2741 if (condcode == OP_DEF)
H A Dpcre_exec.c1390 case OP_DEF: /* DEFINE - always false */
H A Dpcre_jit_compile.c666 case OP_DEF:
6978 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF)

Completed in 235 milliseconds