Home
last modified time | relevance | path

Searched refs:match_group (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/src/xkbcomp/
Drules.c662 match_group(struct matcher *m, struct sval group_name, struct sval to) in match_group() function
698 return match_group(m, val, to); in match_value()
/external/python/cpython3/Modules/
D_sre.c1989 match_group(MatchObject* self, PyObject* args) in match_group() function
2634 {"group", (PyCFunction) match_group, METH_VARARGS, match_group_doc},
/external/python/cpython2/Modules/
D_sre.c3365 match_group(MatchObject* self, PyObject* args) in match_group() function
3688 {"group", (PyCFunction) match_group, METH_VARARGS, match_group_doc},