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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c4044 SV **tmparyval = 0; local
4105 New(451, tmparyval, newlen, SV*); /* so remember insertion */
4106 Copy(MARK, tmparyval, newlen, SV*);
4159 for (src = tmparyval, dst = AvARRAY(ary) + offset;
4164 Safefree(tmparyval);
4169 New(452, tmparyval, length, SV*); /* so remember deletion */
4170 Copy(AvARRAY(ary)+offset, tmparyval, length, SV*);
4209 Copy(tmparyval, MARK, length, SV*);
4217 Safefree(tmparyval);
4222 *MARK = tmparyval[lengt
[all...]

Completed in 100 milliseconds