Home
last modified time | relevance | path

Searched refs:section_contains_repeat (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c24647 Py_LOCAL_INLINE(BOOL) section_contains_repeat(RE_CODE** code, RE_CODE*
24659 if (section_contains_repeat(code, end_code))
24668 if (section_contains_repeat(code, end_code))
24681 Py_LOCAL_INLINE(BOOL) section_contains_repeat(RE_CODE** code, RE_CODE* function
24809 return section_contains_repeat(&code, end_code);
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c24469 Py_LOCAL_INLINE(BOOL) section_contains_repeat(RE_CODE** code, RE_CODE*
24481 if (section_contains_repeat(code, end_code)) in subsection_contains_repeat()
24490 if (section_contains_repeat(code, end_code)) in subsection_contains_repeat()
24503 Py_LOCAL_INLINE(BOOL) section_contains_repeat(RE_CODE** code, RE_CODE* in section_contains_repeat() function
24631 return section_contains_repeat(&code, end_code); in contains_repeat()