Lines Matching full:look
511 // Positive Look-ahead (?= stuff )
526 // 4. LA_END Look Ahead failed. Restore regions.
530 // Look-ahead can't have quantifiers, but paren stack
572 // 2. SAVE_STATE 7 // Fail within look-ahead block restores to this state,
578 // 7. END_LA // Restore match region, in case look-ahead was using
608 // Compile a (?<= look-behind open paren.
660 // Compile a (?<! negated look-behind open paren.
2180 // appears at the top of the look-behind block, at location fMatchOpenParen+1
2213 // appears at the top of the look-behind block, at location fMatchOpenParen+1
2231 // The compilation of Quantifiers will look at this to see whether its looping
2781 // Look-around. Scan forward until the matching look-ahead end,
2782 // without processing the look-around block. This is overly pessimistic.
2784 // Keep track of the nesting depth of look-around blocks. Boilerplate code for
3080 // Look-around. Scan forward until the matching look-ahead end,
3081 // without processing the look-around block. This is overly pessimistic for look-ahead,
3082 // it assumes that the look-ahead match might be zero-length.
3090 // The boilerplate for look-ahead includes two LA_END insturctions,
3130 // range being sized, which happens when measuring size of look-behind blocks.
3332 // Look-ahead. Just ignore, treat the look-ahead block as if
3337 // End of look-ahead ops should always be consumed by the processing at
3344 // Look-behind. Scan forward until the matching look-around end,
3345 // without processing the look-behind block.