Searched refs:with_goto (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/regex/src/ |
D | prog.rs | 174 fn with_goto(cur: usize, goto: usize, fmtd: String) -> String { in fmt() function 193 write!(f, "{}", with_goto(pc, inst.goto, s))?; in fmt() 204 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt() 208 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt() 221 with_goto(pc, inst.goto, ranges) in fmt() 230 write!(f, "{:04} {}", pc, with_goto(pc, inst.goto, s))?; in fmt()
|