Home
last modified time | relevance | path

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

12

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm758 my @Stack;
797 push @Stack,[$CdLvl,$p_dir,$dir_rel,-1] if $bydepth;
859 push @Stack,[$CdLvl,$dir_name,"",-2] if $post_process;
885 my $stack_top = @Stack;
900 splice @Stack, $stack_top, 0,
918 while ( defined ($SE = pop @Stack) ) {
972 push @Stack,[$CdLvl,$p_dir,$dir_rel,-1] if $bydepth;
989 my @Stack;
1035 push @Stack,[$dir_loc,$updir_loc,$p_dir,$dir_rel,-1] if $bydepth;
1107 push @Stack,[$new_loc,$updir_loc,$dir_name,$FN,1];
[all …]
/onnv-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java30 import java.util.Stack;
76 private Stack stateStack = new Stack(); // for push/pop
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm958 my(@Stack) = @_;
962 foreach my $entry (@Stack) {
978 my @vals = @{$Stack[-1]{vals}}[0,1];
/onnv-gate/usr/src/lib/efcode/fcode_test/
H A Dstack.fth27 ." Stack Manipulation: "
47 ." Return Stack: "
H A Dtest.fth40 : .chkstk depth if ." Stack Changed: " .s cr then ;
H A Dtest64.fth34 : .chkstk depth if ." Stack Changed: " .s cr then ;
/onnv-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl177 my(@Elf, @Ldd, $Dyn, $Sym, $Stack);
211 $Dyn = $Stack = $IsX86 = $RWX = 0;
268 $Stack = 1;
313 if (($Type eq 'EXEC') && ($Stack == 0) &&
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out397 User Stack Frame 1
398 User Stack Frame 2
399 User Stack Frame 3
446 User Stack Frame 1
447 User Stack Frame 2
448 User Stack Frame 3
496 User Stack Frame 1
497 User Stack Frame 2
498 User Stack Frame 3
545 User Stack Frame 1
[all …]
/onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A DLICENSE3 This package includes software from the OpenFabrics SW Stack.
/onnv-gate/usr/src/uts/common/io/ib/clients/of/
H A DTHIRDPARTYLICENSE3 This package includes software from the OpenFabrics SW Stack.
/onnv-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c76 undi.pxe->Stack.Seg_Addr, undi.pxe->Stack.Seg_Size, in pxe_dump()
774 void *bc_stck = VIRTUAL( undi.pxe->Stack.Seg_Addr, 0 ); in undi_unload_base_code()
775 size_t bc_stck_size = undi.pxe->Stack.Seg_Size; in undi_unload_base_code()
H A Dpxe.h125 SEGDESC_t Stack; member
/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties49 fatal_error = Fatal {0} exception in service table: {1}.\n Method arguments:{2}\n Stack backt…
50 nonfatal_error = Nonfatal {0} exception in service table: {1}.\n Method arguments:{2}\n Stack
/onnv-gate/usr/src/common/openssl/
H A DREADME156 - Stack Traceback (if the application dumps core)
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlintern.pod740 =head1 Stack Manipulation Macros
H A Dperldebtut.pod156 l [ln|sub] List source code T Stack trace
H A Dperlpacktut.pod382 =head2 Unpacking a Stack Frame
646 The C<unpack> template from the Stack Frame example can simply
H A Dperlcall.pod596 See L<perlguts/"XSUBs and the Argument Stack"> for details
1839 =head2 Alternate Stack Manipulation
H A Dperldebug.pod794 =item Stack backtrace
H A Dperldebguts.pod225 Stack dump during die enabled outside of evals.
H A Dperltoc.pod2088 =item Unpacking a Stack Frame
2349 Prompt, Multiline commands, Stack backtrace, Line Listing Format, Frame
4186 =item The Argument Stack
4238 =item The Argument Stack
4439 =item XSUBs and the Argument Stack
4605 =item Alternate Stack Manipulation
4711 =item Stack Manipulation Macros
4827 =item Stack Manipulation Macros
11261 =item Forcing a Stack Trace
H A Dperlapi.pod2043 =head1 Stack Manipulation Macros
2089 Stack marker variable for the XSUB. See C<dMARK>.
2240 Stack pointer. This is usually handled by C<xsubpp>. See C<dSP> and
H A Dperlrun.pod363 2 s Stack snapshots
H A Dperlxstut.pod860 =head2 The Argument Stack
H A Dperlxs.pod232 =head2 The Argument Stack

12