Home
last modified time | relevance | path

Searched refs:match_all (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/
Dsre.h78 int match_all; member
Dsre_lib.h638 ((state->match_all && ctx->ptr != state->end) || in SRE()
948 ((state->match_all && ctx->ptr != state->end) || in SRE()
D_sre.c458 state->match_all = 0; in state_init()
693 state.match_all = 1; in _sre_SRE_Pattern_fullmatch_impl()
/third_party/rust/crates/clap/src/parser/
Dvalidator.rs319 let match_all = a.r_ifs_all.iter().all(|(other, val)| { in validate_required() localVariable
322 if match_all && !a.r_ifs_all.is_empty() { in validate_required()