Lines Matching refs:opcode

149 variable length. The first unit in an item contains an opcode, and the length
150 of the item is either implicit in the opcode or contained in the data that
213 (*THEN) without an argument generates the opcode OP_THEN and no following data.
223 The OP_CHAR opcode is followed by a single character that is to be matched
250 Each opcode is followed by the character that is to be repeated. In ASCII mode,
277 that instead of a character, the opcode for the type is stored in the data
324 negative one. In either case, the opcode is followed by a 32-byte (16-short,
373 opcode to see if it is one of
402 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99
403 capturing brackets and it used a different opcode for each one. From release
406 this way, using the single opcode OP_CBRA.
408 A bracket opcode is followed by LINK_SIZE bytes which give the offset to the
410 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to
411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
418 bracket opcode.
440 whether it could match an empty string. If this is the case, the opcode in the
459 These are just like other subpatterns, but they start with the opcode
477 OP_ASSERTBACK and OP_ASSERTBACK_NOT, and the first opcode inside the assertion
489 These are like other subpatterns, but they start with the opcode OP_COND, or
492 subpattern using the opcode OP_CREF followed by a count containing the
500 subpattern using the opcode OP_RREF (with a value of zero for "the whole
509 Recursion either matches the current regex, or some subexpression. The opcode