System\Text\RegularExpressions\RegexInterpreter.cs (18)
412runtextpos = TrackPeek();
442StackPush(TrackPeek());
465StackPush(TrackPeek());
494TrackPush2(TrackPeek()); // Save old mark
500StackPush(TrackPeek()); // Recall old mark
544TrackPush2(TrackPeek()); // Save old mark
556StackPush(TrackPeek()); // Recall old mark
614TrackPush2(TrackPeek(), StackPeek(1) - 1); // Save old mark, old count
618StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, old count
626StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, old count
660int mark = TrackPeek();
674StackPush(TrackPeek(), TrackPeek(1)); // Recall old mark, count
687StackPush(TrackPeek(), StackPeek(1) - 1); // Recall old mark, count
723while (Crawlpos() != TrackPeek())
1041int i = TrackPeek();
1076int i = TrackPeek();
1096int i = TrackPeek();
1117int i = TrackPeek();