Lines Matching refs:Stack
768 my @Stack;
809 push @Stack,[$CdLvl,$p_dir,$dir_rel,-1] if $bydepth;
871 push @Stack,[$CdLvl,$dir_name,"",-2] if $post_process;
897 my $stack_top = @Stack;
912 splice @Stack, $stack_top, 0,
930 while ( defined ($SE = pop @Stack) ) {
988 push @Stack,[$CdLvl,$p_dir,$dir_rel,-1] if $bydepth;
1005 my @Stack;
1051 push @Stack,[$dir_loc,$updir_loc,$p_dir,$dir_rel,-1] if $bydepth;
1137 push @Stack,[$new_loc,$updir_loc,$dir_name,$FN,1];
1149 while (defined($SE = pop @Stack)) {
1195 push @Stack,[$dir_loc, $updir_loc, $p_dir, $dir_rel,-1] if $bydepth;