8 references to StackPeek
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexInterpreter.cs (8)
584int count = StackPeek(1); 610if (StackPeek(1) > 0) 614TrackPush2(TrackPeek(), StackPeek(1) - 1); // Save old mark, old count 618StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, old count 636int count = StackPeek(1); 687StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, count 703while (Crawlpos() != StackPeek(1)) 715TrackPush(StackPeek(1));