Lines Matching full:ahead
519 // Positive Look-ahead (?= stuff )
534 // 4. LA_END Look Ahead failed. Restore regions.
538 // Look-ahead can't have quantifiers, but paren stack
580 // 2. SAVE_STATE 7 // Fail within look-ahead block restores to this state,
586 // 7. END_LA // Restore match region, in case look-ahead was using
2783 // Look-around. Scan forward until the matching look-ahead end,
3082 // Look-around. Scan forward until the matching look-ahead end,
3083 // without processing the look-around block. This is overly pessimistic for look-ahead,
3084 // it assumes that the look-ahead match might be zero-length.
3092 // The boilerplate for look-ahead includes two LA_END insturctions,
3334 // Look-ahead. Just ignore, treat the look-ahead block as if
3339 // End of look-ahead ops should always be consumed by the processing at