Lines Matching refs:start
30 /// A pointer to the start instruction. This can vary depending on how
35 pub start: InstPtr,
51 /// Whether the regex must match from the start of the input.
86 start: 0,
227 visible_byte(inst.start),
233 if pc == self.start {
234 write!(f, " (start)")?;
423 /// The start (inclusive) of this byte range.
424 pub start: u8,
432 self.start <= byte && byte <= self.end