Searched refs:try_match_STRING_REV (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 7463 Py_LOCAL_INLINE(int) try_match_STRING_REV(RE_State* state, RE_NextNode* next, in try_match_STRING_REV() function 7654 return try_match_STRING_REV(state, next, test, text_pos, in try_match()
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 7417 Py_LOCAL_INLINE(int) try_match_STRING_REV(RE_State* state, RE_NextNode* next, in try_match_STRING_REV() function 7608 return try_match_STRING_REV(state, next, test, text_pos, in try_match()
|