Searched defs:PUSH (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiearray.t61 sub PUSH subroutine
63 $seen{'PUSH'}++;
189 print "not " unless $seen{'PUSH'} == 1;
244 $seen{PUSH} = 0;
245 push @ary; # this didn't used to call PUSH at all
246 print "not " unless $seen{PUSH} == 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm164 sub PUSH { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm16 sub PUSH subroutine
96 sub PUSH { my $o = shift; push(@$o,@_) } subroutine
138 sub PUSH { ... }
168 on the tied array, and implementations of C<PUSH>, C<POP>, C<SHIFT>,
241 =item PUSH this, LIST
H A DFile.pm314 sub PUSH { subroutine
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dprivate.h56 #define PUSH(sp, n) *(++sp) = (n) macro
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm151 sub PUSH subroutine
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h221 #define PUSH(x) (__m_screen->_unget._stack[INC()] = (x)) macro
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h548 #define PUSH(t,p) \ macro
569 PUSH(IN_COPY, cur); \
574 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
581 PUSH(IN_EXPAND, cur); \
588 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
601 PUSH(IN_MACRO, cur); \
607 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
614 PUSH(IN_MACRO, cur); \
619 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr))); \
627 PUSH(IN_MULTILIN
[all...]

Completed in 34 milliseconds