Searched refs:OP_COND (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1767 case OP_COND:
2512 c == OP_COND || c == OP_SCOND)
2521 if (c == OP_COND && code[GET(code, 1)] != OP_ALT)
6007 OP_ASSERT and <= OP_COND includes ASSERT, ASSERT_NOT, ASSERTBACK,
6012 else if (*previous >= OP_ASSERT && *previous <= OP_COND)
6023 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF)
6343 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT)
6355 if (*bracode == OP_COND || *bracode == OP_SCOND)
6363 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS;
6751 bravalue = OP_COND; /* Conditiona
[all...]
H A Dpcre_study.c111 case OP_COND:
862 case OP_COND:
H A Dpcre_printint.c415 case OP_COND:
H A Dpcre_dfa_exec.c2687 case OP_COND:
2696 is inserted between OP_COND and an assertion condition. This does not
H A Dpcre_exec.c1280 case OP_COND:
1292 inserted between OP_COND and an assertion condition. */

Completed in 73 milliseconds