Lines Matching refs:gwop
5487 LOGOP *gwop;
5492 NewOp(1101, gwop, 1, LOGOP);
5501 kid->op_next = (OP*)gwop;
5517 gwop->op_type = type;
5518 gwop->op_ppaddr = PL_ppaddr[type];
5519 gwop->op_first = listkids(o);
5520 gwop->op_flags |= OPf_KIDS;
5521 gwop->op_private = 1;
5522 gwop->op_other = LINKLIST(kid);
5523 gwop->op_targ = pad_alloc(type, SVs_PADTMP);
5524 kid->op_next = (OP*)gwop;
5532 return (OP*)gwop;