Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsre.h78 int match_all; member
Dsre_lib.h640 ((state->match_all && ctx->ptr != state->end) || in SRE()
950 ((state->match_all && ctx->ptr != state->end) || in SRE()
D_sre.c449 state->match_all = 0; in state_init()
650 state.match_all = 1; in _sre_SRE_Pattern_fullmatch_impl()