Searched refs:match_many_PROPERTY_IGN (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 4063 Py_LOCAL_INLINE(Py_ssize_t) match_many_PROPERTY_IGN(RE_State* state, RE_Node* in match_many_PROPERTY_IGN() function 4978 count = (size_t)(match_many_PROPERTY_IGN(state, node, text_pos, in count_one() 8583 start_pos = match_many_PROPERTY_IGN(state, test, start_pos, in search_start()
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 4017 Py_LOCAL_INLINE(Py_ssize_t) match_many_PROPERTY_IGN(RE_State* state, RE_Node* in match_many_PROPERTY_IGN() function 4932 count = (size_t)(match_many_PROPERTY_IGN(state, node, text_pos, in count_one() 8537 start_pos = match_many_PROPERTY_IGN(state, test, start_pos, in search_start()
|