Lines Matching refs:tempCleanup
984 # @tempCleanup and pushing the subroutine.
985 my(@tempCleanup);
986 @tempCleanup = splice(@gCleanup, -1, 1,
988 push(@gCleanup, @tempCleanup);
1175 my(@tempCleanup);
1176 @tempCleanup = splice(@gCleanup, -2);
1177 # The next splice is the same as popping once and pushing @tempCleanup.
1178 splice(@gCleanup, -1, 1, @tempCleanup);