Lines Matching defs:place
668 /* REx optimizer. Converts nodes into quickier variants "in place".
1726 * place to put the code. So we cheat: we compile it twice, once with code
4407 register regnode *place;
4438 place = opnd; /* Op node, where operand used to be. */
4444 place - RExC_emit_start > RExC_offsets[0]
4446 place - RExC_emit_start,
4449 Set_Node_Offset(place, RExC_parse);
4450 Set_Node_Length(place, 1);
4452 src = NEXTOPER(place);
4453 FILL_ADVANCE_NODE(place, op);