Searched refs:try_match_PROPERTY (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 6982 Py_LOCAL_INLINE(int) try_match_PROPERTY(RE_State* state, RE_Node* node, in try_match_PROPERTY() function 7577 status = try_match_PROPERTY(state, test, text_pos); in try_match() 11253 return try_match_PROPERTY(state, node, text_pos); in match_one()
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 6936 Py_LOCAL_INLINE(int) try_match_PROPERTY(RE_State* state, RE_Node* node, in try_match_PROPERTY() function 7531 status = try_match_PROPERTY(state, test, text_pos); in try_match() 11191 return try_match_PROPERTY(state, node, text_pos); in match_one()
|