Lines Matching refs:RE
150 static ref RE: Mutex<Regex> = Mutex::new($re);
153 let re = RE.lock().unwrap();
188 static ref RE: Mutex<Regex> = Mutex::new(regex!($pattern));
191 let re = RE.lock().unwrap();
221 static ref RE: Mutex<Regex> = Mutex::new($pattern);
224 let re = RE.lock().unwrap();
244 static ref RE: Mutex<RegexSet> = Mutex::new($re);
247 let re = RE.lock().unwrap();
272 static ref RE: Mutex<RegexSet> = Mutex::new($re);
275 let re = RE.lock().unwrap();