Lines Matching refs:single
173 OP_ANYBYTE match any single unit, even in UTF-8/16 mode
223 The OP_CHAR opcode is followed by a single character that is to be matched
233 Repeating single characters
236 The common repeats (*, +, ?), when applied to a single character, use the
268 etc.) are used for repeated, negated, single-character classes such as [^a]*.
269 The normal single-character opcodes (OP_STAR, etc.) are used for repeated
270 positive single-character classes.
276 Repeats of things like \d are done exactly as for single characters, except
319 negated, single-character classes. The normal single-character opcodes
320 (OP_STAR, etc.) are used for repeated positive single-character classes.
335 are less than 256, followed by a list of pairs (for a range) and single
388 All but the last three are single-unit items, with no data. The others are
406 this way, using the single opcode OP_CBRA.
422 single-unit opcodes that tell the matcher that skipping the following
502 just the single unit OP_DEF is used (it has no associated data). Otherwise, a