8 references to StackPeek
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexInterpreter.cs (8)
594int count = StackPeek(1); 620if (StackPeek(1) > 0) 624TrackPush2(TrackPeek(), StackPeek(1) - 1); // Save old mark, old count 628StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, old count 646int count = StackPeek(1); 697StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, count 713while (Crawlpos() != StackPeek(1)) 725TrackPush(StackPeek(1));