Lines Matching refs:Stack
309 my @Stack;
355 push @Stack,[$CdLvl,$p_dir,$dir_rel,-1] if $bydepth;
400 push @Stack,[$CdLvl,$dir_name,"",-2] if $post_process;
434 my $stack_top = @Stack;
448 #push @Stack,[$CdLvl,$dir_name,$FN,$sub_nlink];
449 splice @Stack, $stack_top, 0,
467 while ( defined ($SE = pop @Stack) ) {
516 push @Stack,[$CdLvl,$p_dir,$dir_rel,-1] if $bydepth;
533 my @Stack;
574 push @Stack,[$dir_loc,$updir_loc,$p_dir,$dir_rel,-1] if $bydepth;
669 push @Stack,[$new_loc,$updir_loc,$dir_name,$FN,1];
681 while (defined($SE = pop @Stack)) {
708 push @Stack,[$dir_loc, $updir_loc, $p_dir, $dir_rel,-1] if $bydepth;