Searched refs:Stack (Results 1 – 25 of 41) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/lib/File/ |
| D | Find.pm | 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]; [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/ |
| D | More.pm | 822 my(@Stack) = @_; 826 foreach my $entry (@Stack) { 842 my @vals = @{$Stack[-1]{vals}}[0,1];
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | m68k-parse.c | 266 # define YYSTACK_RELOCATE(Stack) \ argument 270 YYCOPY (&yyptr->Stack, Stack, yysize); \ 271 Stack = &yyptr->Stack; \ 272 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/t/ |
| D | 05_about_verbose.t | 54 #print "Stack: @stack\n";
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/ |
| D | 01_about_verbose.t | 59 #print "Stack: @stack\n";
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Class/ISA/t/ |
| D | 00_about_verbose.t | 61 #print "Stack: @stack\n";
|
| /mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/t/ |
| D | 01_about_verbose.t | 61 #print "Stack: @stack\n";
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/t/ |
| D | 01_about_verbose.t | 59 #print "Stack: @stack\n";
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | ip2k.sc | 120 /* Stack. */
|
| D | tic4xcoff.sc | 137 /* Stack (grows upward). */
|
| /mirbsd/src/usr.bin/vi/catalog/ |
| D | german.base | 153 159 "Weniger als %s Eintraege auf dem 'tag'-Stack; verwende :display t[ags]" 154 160 "Keine Datei namens %s auf dem 'tag'-Stack; verwende :display t[ags]" 159 165 "Der 'tag' Stack ist leer"
|
| D | german | 159 Weniger als %s Eintraege auf dem 'tag'-Stack; verwende :display t[ags]X 160 Keine Datei namens %s auf dem 'tag'-Stack; verwende :display t[ags]X 165 Der 'tag' Stack ist leerX
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | getdate.c | 586 # define YYSTACK_RELOCATE(Stack) \ argument 590 YYCOPY (&yyptr->Stack, Stack, yysize); \ 591 Stack = &yyptr->Stack; \ 592 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
| /mirbsd/src/sys/arch/i386/stand/libsa/ |
| D | pxe.h | 110 SEGDESC_t Stack; member
|
| /mirbsd/src/usr.bin/vi/ |
| D | README | 111 reproduce the bug, and I'll try to fix it locally. Stack traces of core
|
| /mirbsd/src/lib/libssl/src/ |
| D | README | 157 - Stack Traceback (if the application dumps core)
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-m68k.texi | 243 @samp{%a7} is also known as @samp{%sp}, i.e. the Stack Pointer. @code{%a6} 305 @samp{%a7} is also known as @samp{%sp}, i.e. the Stack Pointer. @code{%a6}
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | stabs.texinfo | 850 * Stack Variables:: Variables allocated on the stack. 859 @node Stack Variables 860 @section Automatic Variables Allocated on the Stack 2176 @samp{-20} specifies where the variable is stored (@pxref{Stack 3331 Stack variable (@pxref{Stack Variables}) or type (@pxref{Typedefs}). 3410 Variable on the stack; see @ref{Stack Variables}.
|
| D | refcard.tex | 361 \sec Program Stack;
|
| D | annotate.texinfo | 79 * Frame Annotations:: Stack frames are annotated.
|
| /mirbsd/src/lib/libssl/src/crypto/bn/asm/ |
| D | pa-risc2.s | 49 ; Stack pointer ; r30 (sp)
|
| D | pa-risc2W.s | 43 ; Stack pointer ; r30 (sp)
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perldebtut.pod | 156 l [ln|sub] List source code T Stack trace
|
| D | perlpacktut.pod | 382 =head2 Unpacking a Stack Frame 646 The C<unpack> template from the Stack Frame example can simply
|
| D | perlintern.pod | 821 =head1 Stack Manipulation Macros
|
12