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