Searched refs:state_flags (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 465 let (empty_flags, state_flags) = dfa.start_flags(text, at); in forward() 467 match dfa.start_state(&mut cache.qcur, empty_flags, state_flags) { in forward() 495 let (empty_flags, state_flags) = dfa.start_flags_reverse(text, at); in reverse() 497 match dfa.start_state(&mut cache.qcur, empty_flags, state_flags) { in reverse() 526 let (empty_flags, state_flags) = dfa.start_flags(text, at); in forward_many() 528 match dfa.start_state(&mut cache.qcur, empty_flags, state_flags) { in forward_many() 950 let mut state_flags = StateFlags::default(); in exec_byte() variables 953 state_flags.set_word(); in exec_byte() 965 state_flags.set_match(); in exec_byte() 1008 match self.cached_state(qnext, state_flags, Som in exec_byte() 1412 let mut state_flags = StateFlags::default(); start_flags() variables 1441 let mut state_flags = StateFlags::default(); start_flags_reverse() variables [all...] |
/third_party/mksh/ |
H A D | lex.c | 155 uint8_t state_flags = statep->ls_flags; \ 159 statep->ls_flags = state_flags; \
|
Completed in 4 milliseconds