Lines Matching defs:Rx
1127 S_set_regex_pv(pTHX_ RExC_state_t *pRExC_state, REGEXP *Rx)
1129 /* Calculates and sets in the compiled pattern 'Rx' the string to compile,
1165 p = sv_grow(MUTABLE_SV(Rx), wraplen + 1); /* +1 for the ending NUL */
1166 SvPOK_on(Rx);
1168 SvFLAGS(Rx) |= SVf_UTF8;
1201 assert ((RX_WRAPPED(Rx) - p) < 16);
1202 RExC_rx->pre_prefix = p - RX_WRAPPED(Rx);
1212 SvCUR_set(Rx, p - RX_WRAPPED(Rx));
1389 REGEXP *Rx; /* Capital 'R' means points to a REGEXP */
1595 RExC_rx_sv = Rx = (REGEXP*) newSV_type(SVt_REGEXP);
1596 RExC_rx = ReANY(Rx);
1654 set_regex_pv(pRExC_state, Rx);
1746 ReREFCNT_dec(Rx);
1825 set_regex_pv(pRExC_state, Rx);
1912 SvUTF8_on(Rx); /* Unicode in it? */
2425 SvREADONLY_on(Rx);
2427 return Rx;