Home
last modified time | relevance | path

Searched refs:opcode_possessify (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcre_compile.c816 static const pcre_uint8 opcode_possessify[] = { variable
6335 if (repcode < OP_CALLOUT && opcode_possessify[repcode] > 0) in compile_branch()
6336 *tempcode = opcode_possessify[repcode]; in compile_branch()