Lines Matching refs:opcode
533 "internal error: unknown opcode in find_fixedlength()\0"
693 between adjacent character-type opcodes. The left-hand (repeated) opcode is
694 used to select the row, and the right-hand opcode is use to select the column.
699 because of what their opcode values are, but the table values should always be
732 left-hand (repeated) opcode is used to select the row, and the right-hand
733 opcode is used to select the column. The values are as follows:
1650 Returns: pointer to the first significant opcode
1716 or -4 if an unknown opcode was encountered (internal error)
2050 Returns: pointer to the opcode for the bracket, or NULL if not found
2185 Returns: pointer to the opcode for OP_RECURSE, or NULL if not found
2737 * Base opcode of repeated opcodes *
2740 /* Returns the base opcode for repeated single character type opcodes. If the
2741 opcode is not a repeated character type, it returns with the original value.
2743 Arguments: c opcode
2744 Returns: base opcode for the type
2848 /* Checks whether the code points to an opcode that can take part in auto-
2856 list[0] will be filled with the opcode
2857 list[1] will be non-zero if this opcode
2859 list[2..7] depends on the opcode
2861 Returns: points to the start of the next opcode if *code is accepted
3058 /* Checks whether the base and the current opcode have a common character, in
3065 base_list the data list of the base opcode
3089 /* Note: the base_list[1] contains whether the current opcode has greedy
3189 /* Check for a supported opcode, and load its properties. */
3194 /* If either opcode is a small character list, set pointers for comparing
3578 /* At least one character must be matched from this opcode. */
3595 if appropriate. This function modifies the compiled opcode!
4435 /* Helper variables for OP_XCLASS opcode (for characters > 255). We define
4728 map as usual, then invert it at the end. However, we use a different opcode
4732 opcode is compiled. It may optionally have a bit map for characters < 256,
5437 extended class, with its own opcode, unless there was a negated special
5480 excluded, set the opcode to OP_CLASS or OP_NCLASS, depending on whether the
6281 remains is greater than zero, there's a further opcode that can be
6327 all other cases, tempcode will be pointing to the repeat opcode, and will
6342 /* For opcode without a special possessified version, wrap the item in
6683 a name is one of a number of duplicates, a different opcode is used and
6755 the opcode to change CREF/RREF into DNCREF/DNRREF and insert
7161 generate a different opcode. */
8095 only OP_CBRA need be tested here; changing this opcode to one of its variants,
8789 int length = 1; /* For final END opcode */
9286 auto-possessified. The function overwrites the appropriate opcode values, so