Searched refs:OP_REFI (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c435 case OP_REFI:
912 case OP_REFI:
H A Dpcre_printint.c604 case OP_REFI:
H A Dpcre_compile.c2025 case OP_REFI:
5979 *previous == OP_REF || *previous == OP_REFI ||
8022 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF;
H A Dpcre_exec.c2699 The OP_REF and OP_REFI opcodes are used for a reference to a numbered group
2732 case OP_REFI:
2733 caseless = op == OP_REFI;

Completed in 107 milliseconds