Searched refs:rexp (Results 1 – 2 of 2) sorted by relevance
89 def MSub(rexp, replacement, text): argument90 return re.sub(rexp, replacement, text, flags=re.MULTILINE)
3942 Int rexp=rhs->exponent; /* save in case RHS==RES */ in decAddOp() local3951 adjust=rexp-res->exponent; /* adjustment needed [if -ve] */ in decAddOp()