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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c3291 OP* tmpop; local
3292 if ((tmpop = ((LISTOP*)right)->op_first) &&
3293 tmpop->op_type == OP_PUSHRE)
3295 PMOP *pm = (PMOP*)tmpop;
3300 tmpop = ((UNOP*)left)->op_first;
3301 if (tmpop->op_type == OP_GV && !pm->op_pmreplroot) {
3303 pm->op_pmreplroot = INT2PTR(OP*, cPADOPx(tmpop)->op_padix);
3304 cPADOPx(tmpop)->op_padix = 0; /* steal it */
3306 pm->op_pmreplroot = (OP*)cSVOPx(tmpop)->op_sv;
3307 cSVOPx(tmpop)
6109 SVOP* tmpop; local
[all...]

Completed in 22 milliseconds