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

/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dinternal.h437 OP_COND, /* 75 Conditional group */ enumerator in enum:__anon6238
H A Dprintint.c228 case OP_COND:
H A Dpcre.c1392 case OP_COND:
3132 *previous == OP_COND)
3350 bravalue = OP_COND; /* Conditional group */
3675 skipbytes, /* Skip over OP_COND/OP_BRANUMBER */
3690 else if (bravalue == OP_COND)
3723 if (bravalue >= OP_BRA || bravalue == OP_ONCE || bravalue == OP_COND)
3958 skipbytes skip this many bytes at start (for OP_COND, OP_BRANUMBER)
4200 else if (op == OP_BRA || op == OP_ASSERT || op == OP_ONCE || op == OP_COND)
4270 else if (op == OP_BRA || op == OP_ASSERT || op == OP_ONCE || op == OP_COND)
4335 case OP_COND
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_compile.c1398 case OP_COND:
1855 if (c == OP_BRA || c == OP_CBRA || c == OP_ONCE || c == OP_COND)
1864 if (c == OP_COND && code[GET(code, 1)] != OP_ALT)
4147 *previous == OP_ONCE || *previous == OP_COND)
4156 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF)
4599 bravalue = OP_COND; /* Conditional group */
5401 if (bravalue == OP_COND && lengthptr == NULL)
5829 skipbytes skip this many bytes at start (for brackets and OP_COND)
6199 else if (op == OP_ASSERT || op == OP_ONCE || op == OP_COND)
6262 if (op == OP_COND)
[all...]
H A Dpcre_printint.src261 case OP_COND:
H A Dpcre_study.c99 case OP_COND:
H A Dpcre_dfa_exec.c2323 case OP_COND:
2332 is inserted between OP_COND and an assertion condition. This does not
H A Dpcre_exec.c813 case OP_COND:
818 inserted between OP_COND and an assertion condition. */
/macosx-10.9.5/cctools-845/as/
H A Darm.c4400 OP_COND, /* conditional code */
4836 case OP_COND: val = parse_cond (&str); break;
4984 case OP_COND:
4398 OP_COND, /* conditional code */ enumerator in enum:operand_parse_code

Completed in 317 milliseconds