Home
last modified time | relevance | path

Searched refs:Stack (Results 1 – 25 of 41) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/lib/File/
DFind.pm768 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/
DMore.pm822 my(@Stack) = @_;
826 foreach my $entry (@Stack) {
842 my @vals = @{$Stack[-1]{vals}}[0,1];
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dm68k-parse.c266 # 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/
D05_about_verbose.t54 #print "Stack: @stack\n";
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/Perldoc/t/
D01_about_verbose.t59 #print "Stack: @stack\n";
/mirbsd/src/gnu/usr.bin/perl/lib/Class/ISA/t/
D00_about_verbose.t61 #print "Stack: @stack\n";
/mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/t/
D01_about_verbose.t61 #print "Stack: @stack\n";
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/t/
D01_about_verbose.t59 #print "Stack: @stack\n";
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dip2k.sc120 /* Stack. */
Dtic4xcoff.sc137 /* Stack (grows upward). */
/mirbsd/src/usr.bin/vi/catalog/
Dgerman.base153 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"
Dgerman159 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/
Dgetdate.c586 # 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/
Dpxe.h110 SEGDESC_t Stack; member
/mirbsd/src/usr.bin/vi/
DREADME111 reproduce the bug, and I'll try to fix it locally. Stack traces of core
/mirbsd/src/lib/libssl/src/
DREADME157 - Stack Traceback (if the application dumps core)
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m68k.texi243 @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/
Dstabs.texinfo850 * 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}.
Drefcard.tex361 \sec Program Stack;
Dannotate.texinfo79 * Frame Annotations:: Stack frames are annotated.
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dpa-risc2.s49 ; Stack pointer ; r30 (sp)
Dpa-risc2W.s43 ; Stack pointer ; r30 (sp)
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperldebtut.pod156 l [ln|sub] List source code T Stack trace
Dperlpacktut.pod382 =head2 Unpacking a Stack Frame
646 The C<unpack> template from the Stack Frame example can simply
Dperlintern.pod821 =head1 Stack Manipulation Macros

12