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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiearray.t79 sub POP subroutine
81 $seen{'POP'}++;
183 print "not " unless $seen{'POP'} == 1;
236 $seen{POP} = 0;
237 pop @ary; # this didn't used to call POP at all
238 print "not " unless $seen{POP} == 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm172 sub POP { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm23 sub POP subroutine
95 sub POP { pop(@{$_[0]}) } subroutine
139 sub POP { ... }
168 on the tied array, and implementations of C<PUSH>, C<POP>, C<SHIFT>,
245 =item POP this
H A DFile.pm322 sub POP { subroutine
326 # print STDERR "# POPPITY POP POP POP\n";
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dprivate.h57 #define POP(sp) *(sp--) macro
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm146 sub POP subroutine
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h220 #define POP() __m_screen->_unget._stack[DEC()] macro
/osnet-11/usr/src/lib/libpp/common/
H A Dppfsm.h248 #define POP() \ macro
251 debug((-7, "POP in=%s next=%s state=%s", ppinstr(cur), pptokchr(*prv->nextchr), pplexstr(INDEX(rp)))); \

Completed in 40 milliseconds