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

/barrelfish-master/lib/pcre/
H A Dpcre_study.c434 case OP_REF: /* Single back reference */
911 case OP_REF:
H A Dpcre_printint.c607 case OP_REF:
H A Dpcre_compile.c2024 case OP_REF:
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
2731 case OP_REF:

Completed in 171 milliseconds