Searched refs:try_match_DEFAULT_END_OF_WORD (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 6922 Py_LOCAL_INLINE(int) try_match_DEFAULT_END_OF_WORD(RE_State* state, RE_Node* in try_match_DEFAULT_END_OF_WORD() function 7550 status = try_match_DEFAULT_END_OF_WORD(state, test, text_pos); in try_match() 12086 status = try_match_DEFAULT_END_OF_WORD(state, node, in basic_match()
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 6876 Py_LOCAL_INLINE(int) try_match_DEFAULT_END_OF_WORD(RE_State* state, RE_Node* in try_match_DEFAULT_END_OF_WORD() function 7504 status = try_match_DEFAULT_END_OF_WORD(state, test, text_pos); in try_match() 12024 status = try_match_DEFAULT_END_OF_WORD(state, node, in basic_match()
|