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