Searched refs:SPLICE (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Array/
H A Dsplice.t14 undef *Tie::StdArray::SPLICE;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm12 sub UNSHIFT { scalar shift->SPLICE(0,0,@_) }
13 sub SHIFT { shift->SPLICE(0,1) }
36 sub SPLICE { subroutine
102 sub SPLICE subroutine
142 sub SPLICE { ... }
169 C<UNSHIFT>, C<SPLICE> and C<CLEAR> in terms of basic C<FETCH>, C<STORE>,
259 =item SPLICE this, offset, length, LIST
H A DFile.pm316 $self->SPLICE($self->FETCHSIZE, scalar(@_), @_);
327 scalar $self->SPLICE($size-1, 1);
332 scalar $self->SPLICE(0, 1);
337 $self->SPLICE(0, 0, @_);
400 sub SPLICE { subroutine
404 $self->_annotate_ad_history('SPLICE');
1211 # Performing a special operation like SPLICE erases the history.
1242 } else { # SPLICE or STORESIZE or some such
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm184 sub SPLICE subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiearray.t93 sub SPLICE subroutine
95 $seen{'SPLICE'}++;
197 print "not " unless $seen{'SPLICE'} == 1;
268 sub X::SPLICE {
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dpptrace.c123 splice = (lex & SPLICE);
128 if (pplexmap[i].val < 0) sfsprintf(buf, sizeof(buf), "%s|0x%04x%s", pplexmap[i].nam, lex, splice ? "|SPLICE" : "");
129 else sfsprintf(buf, sizeof(buf), "%s+%d", pplexmap[i-1].nam, lex - pplexmap[i-1].val, splice ? "|SPLICE" : "");
134 sfsprintf(buf, sizeof(buf), "%s|SPLICE", pplexmap[i].nam);
H A Dppfsm.h36 #define SPLICE (1<<BITTERM) macro
H A Dppfsm.c64 * TERM arg SPLICE next
688 rp[c] &= ~SPLICE;
748 rp[c] &= ~SPLICE;
H A Dppproto.c708 if (state & SPLICE)
717 if (state & SPLICE)
1065 if (state & SPLICE)
1086 state &= ~SPLICE;
H A Dpplex.c260 hit[(state & SPLICE) ? (elementsof(hit) - 1) : (TERM(state) - TERMINAL)]++;
554 sfprintf(sfstderr, "%7d: SPLICE\n", hit[elementsof(hit) - 1]);
1969 if (state & SPLICE)
2069 if ((state &= ~SPLICE) >= TERMINAL) goto fsm_terminal;
2234 state &= ~SPLICE;
2319 if ((state &= ~SPLICE) >= TERMINAL)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm196 sub SPLICE { subroutine

Completed in 113 milliseconds